#B27C06

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

Shades of Dark Goldenrod #B27C06

Tints of Dark Goldenrod #B27C06

Color information

#B27C06 (or 0xB27C06) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 7C and 06. RGB value is (178,124,6). Sum of RGB (Red+Green+Blue) = 178+124+6=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 6 (2.73% from 255 or 1.95% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B27C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27C06 is #4D83F9. Grayscale: #7F7F7F. Windows color (decimal): -5080058 or 425138. OLE color: 425138.

HSL color Cylindrical-coordinate representation of color #B27C06: hue angle of 41.16º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B27C06 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB1781246-
CMYK00.300.970.30
HSL41.16º93.48%36.08%-
HSV(B)41.16º96.63%69.8%-
XYZ25.623.893.43-
YUV126.6959.89164.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.79%
GREEN value IS 124 (48.83% from 255) = 40.26%
BLUE value IS 6 (2.73% from 255) = 1.95%
R=57.79%
G=40.26%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178124600.300.970.3041.1693.4836.08
HexB27C601E611E295d24
Octal2621746036141365113544
Binary1011001011111001100111101100001111101010011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27C06; }

 p { color: rgb(178,124,6); }

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

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

 a { background-color: rgb(178,124,6); }

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

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

 span { border-color: rgb(178,124,6); }

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