#B88C0F

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

Shades of Dark Goldenrod #B88C0F

Tints of Dark Goldenrod #B88C0F

Color information

#B88C0F (or 0xB88C0F) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 8C and 0F. RGB value is (184,140,15). Sum of RGB (Red+Green+Blue) = 184+140+15=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B88C0F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88C0F is #4773F0. Grayscale: #8B8B8B. Windows color (decimal): -4682737 or 1019064. OLE color: 1019064.

HSL color Cylindrical-coordinate representation of color #B88C0F: hue angle of 44.38º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B88C0F is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB18414015-
CMYK00.240.920.28
HSL44.38º84.92%39.02%-
HSV(B)44.38º91.85%72.16%-
XYZ29.2328.984.51-
YUV138.9158.08160.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 54.28%
GREEN value IS 140 (55.08% from 255) = 41.30%
BLUE value IS 15 (6.25% from 255) = 4.42%
R=54.28%
G=41.30%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.92
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841401500.240.920.2844.3884.9239.02
HexB88CF0185C1C2c5527
Octal27021417030134345412547
Binary101110001000110011110110001011100111001011001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88C0F; }

 p { color: rgb(184,140,15); }

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

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

 a { background-color: rgb(184,140,15); }

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

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

 span { border-color: rgb(184,140,15); }

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