#bf8b18

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

Shades of Dark Goldenrod #BF8B18

Tints of Dark Goldenrod #BF8B18

Color information

#BF8B18 (or 0xBF8B18) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 8B and 18. RGB value is (191,139,24). Sum of RGB (Red+Green+Blue) = 191+139+24=354 (46% of max value = 765). Red value is 191 (75% from 255 or 53.95% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF8B18 is #4074E7. Grayscale: #8D8D8D. Windows color (decimal): -4224232 or 1608639. OLE color: 1608639.

HSL color Cylindrical-coordinate representation of color #BF8B18: hue angle of 41.32º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF8B18 is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB19113924-
CMYK00.270.870.25
HSL41.32º77.67%42.16%-
HSV(B)41.32º87.43%74.9%-
XYZ30.8829.614.95-
YUV141.4461.73163.35-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.95%
GREEN value IS 139 (54.69% from 255) = 39.27%
BLUE value IS 24 (9.77% from 255) = 6.78%
R=53.95%
G=39.27%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911392400.270.870.2541.3277.6742.16
HexBF8B1801B5719294e2a
Octal27721330033127315111652
Binary1011111110001011110000110111010111110011010011001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf8b18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf8b18; }

 p { color: rgb(191,139,24); }

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

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

 a { background-color: rgb(191,139,24); }

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

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

 span { border-color: rgb(191,139,24); }

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