#B88105

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

Shades of Dark Goldenrod #B88105

Tints of Dark Goldenrod #B88105

Color information

#B88105 (or 0xB88105) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 81 and 05. RGB value is (184,129,5). Sum of RGB (Red+Green+Blue) = 184+129+5=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 5 (2.34% from 255 or 1.57% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B88105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88105 is #477EFA. Grayscale: #838383. Windows color (decimal): -4685563 or 360888. OLE color: 360888.

HSL color Cylindrical-coordinate representation of color #B88105: hue angle of 41.56º 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 #B88105 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB1841295-
CMYK00.300.970.28
HSL41.56º94.71%37.06%-
HSV(B)41.56º97.28%72.16%-
XYZ27.6425.93.69-
YUV131.3156.72165.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.86%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 5 (2.34% from 255) = 1.57%
R=57.86%
G=40.57%
B=1.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184129500.300.970.2841.5694.7137.06
HexB881501E611C2a5f25
Octal2702015036141345213745
Binary10111000100000011010111101100001111001010101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88105; }

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

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

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

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

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

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

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

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