#BF9624

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

Shades of Nugget #BF9624

Tints of Nugget #BF9624

Color information

#BF9624 (or 0xBF9624) is unknown color: approx Nugget. HEX triplet: BF, 96 and 24. RGB value is (191,150,36). Sum of RGB (Red+Green+Blue) = 191+150+36=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 36 (14.45% from 255 or 9.55% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BF9624 is #4069DB. Grayscale: #959595. Windows color (decimal): -4221404 or 2397887. OLE color: 2397887.

HSL color Cylindrical-coordinate representation of color #BF9624: hue angle of 44.13º 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 #BF9624 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB19115036-
CMYK00.210.810.25
HSL44.13º68.28%44.51%-
HSV(B)44.13º81.15%74.9%-
XYZ32.7133.026.32-
YUV149.2664.08157.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.66%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 36 (14.45% from 255) = 9.55%
R=50.66%
G=39.79%
B=9.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911503600.210.810.2544.1368.2844.51
HexBF962401551192c442d
Octal27722644025121315410455
Binary10111111100101101001000101011010001110011011001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF9624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF9624; }

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

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

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

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

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

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

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

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