#B69105

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

Shades of Dark Goldenrod #B69105

Tints of Dark Goldenrod #B69105

Color information

#B69105 (or 0xB69105) is unknown color: approx Dark Goldenrod. HEX triplet: B6, 91 and 05. RGB value is (182,145,5). Sum of RGB (Red+Green+Blue) = 182+145+5=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 145 (57.03% from 255 or 43.67% from 332); Blue value is 5 (2.34% from 255 or 1.51% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B69105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B69105 is #496EFA. Grayscale: #8C8C8C. Windows color (decimal): -4812539 or 364982. OLE color: 364982.

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

Color convert

RGB1821455-
CMYK00.200.970.29
HSL47.46º94.65%36.67%-
HSV(B)47.46º97.25%71.37%-
XYZ29.4430.214.42-
YUV140.151.76157.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 54.82%
GREEN value IS 145 (57.03% from 255) = 43.67%
BLUE value IS 5 (2.34% from 255) = 1.51%
R=54.82%
G=43.67%
B=1.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182145500.200.970.2947.4694.6536.67
HexB6915014611D2f5f25
Octal2662215024141355713745
Binary10110110100100011010101001100001111011011111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69105; }

 p { color: rgb(182,145,5); }

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

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

 a { background-color: rgb(182,145,5); }

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

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

 span { border-color: rgb(182,145,5); }

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