#BF9524

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

Shades of Nugget #BF9524

Tints of Nugget #BF9524

Color information

#BF9524 (or 0xBF9524) is unknown color: approx Nugget. HEX triplet: BF, 95 and 24. RGB value is (191,149,36). Sum of RGB (Red+Green+Blue) = 191+149+36=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 149 (58.59% from 255 or 39.63% from 376); Blue value is 36 (14.45% from 255 or 9.57% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9524 is #406ADB. Grayscale: #959595. Windows color (decimal): -4221660 or 2397631. OLE color: 2397631.

HSL color Cylindrical-coordinate representation of color #BF9524: hue angle of 43.74º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BF9524 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB19114936-
CMYK00.220.810.25
HSL43.74º68.28%44.51%-
HSV(B)43.74º81.15%74.9%-
XYZ32.5532.76.26-
YUV148.6864.41158.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.80%
GREEN value IS 149 (58.59% from 255) = 39.63%
BLUE value IS 36 (14.45% from 255) = 9.57%
R=50.80%
G=39.63%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911493600.220.810.2543.7468.2844.51
HexBF952401651192c442d
Octal27722544026121315410455
Binary10111111100101011001000101101010001110011011001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9524; }

 p { color: rgb(191,149,36); }

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

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

 a { background-color: rgb(191,149,36); }

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

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

 span { border-color: rgb(191,149,36); }

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