#B88E05

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

Shades of Dark Goldenrod #B88E05

Tints of Dark Goldenrod #B88E05

Color information

#B88E05 (or 0xB88E05) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 8E and 05. RGB value is (184,142,5). Sum of RGB (Red+Green+Blue) = 184+142+5=331 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.59% from 331); Green value is 142 (55.86% from 255 or 42.90% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 184 - color contains mainly: red. Hex color #B88E05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88E05 is #4771FA. Grayscale: #8B8B8B. Windows color (decimal): -4682235 or 364216. OLE color: 364216.

HSL color Cylindrical-coordinate representation of color #B88E05: hue angle of 45.92º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B88E05 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB1841425-
CMYK00.230.970.28
HSL45.92º94.71%37.06%-
HSV(B)45.92º97.28%72.16%-
XYZ29.4729.554.29-
YUV138.9452.41160.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 55.59%
GREEN value IS 142 (55.86% from 255) = 42.90%
BLUE value IS 5 (2.34% from 255) = 1.51%
R=55.59%
G=42.90%
B=1.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184142500.230.970.2845.9294.7137.06
HexB88E5017611C2e5f25
Octal2702165027141345613745
Binary10111000100011101010101111100001111001011101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88E05; }

 p { color: rgb(184,142,5); }

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

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

 a { background-color: rgb(184,142,5); }

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

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

 span { border-color: rgb(184,142,5); }

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