#B36C0B

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

Shades of Dark Goldenrod #B36C0B

Tints of Dark Goldenrod #B36C0B

Color information

#B36C0B (or 0xB36C0B) is unknown color: approx Dark Goldenrod. HEX triplet: B3, 6C and 0B. RGB value is (179,108,11). Sum of RGB (Red+Green+Blue) = 179+108+11=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 11 (4.69% from 255 or 3.69% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B36C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36C0B is #4C93F4. Grayscale: #767676. Windows color (decimal): -5018613 or 748723. OLE color: 748723.

HSL color Cylindrical-coordinate representation of color #B36C0B: hue angle of 34.64º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B36C0B is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB17910811-
CMYK00.400.940.30
HSL34.64º88.42%37.25%-
HSV(B)34.64º93.85%70.2%-
XYZ24.0120.332.98-
YUV118.1767.52171.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.07%
GREEN value IS 108 (42.58% from 255) = 36.24%
BLUE value IS 11 (4.69% from 255) = 3.69%
R=60.07%
G=36.24%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791081100.400.940.3034.6488.4237.25
HexB36CB0285E1E235825
Octal26315413050136364313045
Binary101100111101100101101010001011110111101000111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B36C0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B36C0B; }

 p { color: rgb(179,108,11); }

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

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

 a { background-color: rgb(179,108,11); }

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

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

 span { border-color: rgb(179,108,11); }

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