#bf9927

Color #BF9927 Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #BF9927

Tints of Nugget #BF9927

Color information

#BF9927 (or 0xBF9927) is unknown color: approx Nugget. HEX triplet: BF, 99 and 27. RGB value is (191,153,39). Sum of RGB (Red+Green+Blue) = 191+153+39=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9927 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9927 is #4066D8. Grayscale: #979797. Windows color (decimal): -4220633 or 2595263. OLE color: 2595263.

HSL color Cylindrical-coordinate representation of color #BF9927: hue angle of 45º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF9927 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB19115339-
CMYK00.200.800.25
HSL45º66.09%45.1%-
HSV(B)45º79.58%74.9%-
XYZ33.2434.016.73-
YUV151.3764.59156.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 49.87%
GREEN value IS 153 (60.16% from 255) = 39.95%
BLUE value IS 39 (15.62% from 255) = 10.18%
R=49.87%
G=39.95%
B=10.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.80
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911533900.200.800.254566.0945.1
HexBF992701450192d422d
Octal27723147024120315510255
Binary10111111100110011001110101001010000110011011011000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf9927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf9927; }

 p { color: rgb(191,153,39); }

 H1.HeaderClassName
 {
   color: #bf9927;
 }
 .AnyTagClassName
 {
   color: #bf9927;
 }
</style>
background-color css

<style>
 a { background-color: #bf9927; }

 a { background-color: rgb(191,153,39); }

 div.DivClassName
 {
   background-color: #bf9927;
 }
 .BgClassName
 {
   background-color: #bf9927;
 }
</style>
border-color css

<style>
 span { border-color: #bf9927; }

 span { border-color: rgb(191,153,39); }

 td.TdClassName
 {
   border-color: #bf9927;
 }
 .TagClassName
 {
   border-color: #bf9927;
 }
</style>