#B27D0E

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

Shades of Dark Goldenrod #B27D0E

Tints of Dark Goldenrod #B27D0E

Color information

#B27D0E (or 0xB27D0E) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 7D and 0E. RGB value is (178,125,14). Sum of RGB (Red+Green+Blue) = 178+125+14=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 14 (5.86% from 255 or 4.42% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27D0E is #4D82F1. Grayscale: #808080. Windows color (decimal): -5079794 or 949682. OLE color: 949682.

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

Color convert

RGB17812514-
CMYK00.300.920.30
HSL40.61º85.42%37.65%-
HSV(B)40.61º92.13%69.8%-
XYZ25.7724.163.72-
YUV128.1963.56163.53-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.15%
GREEN value IS 125 (49.22% from 255) = 39.43%
BLUE value IS 14 (5.86% from 255) = 4.42%
R=56.15%
G=39.43%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781251400.300.920.3040.6185.4237.65
HexB27DE01E5C1E295526
Octal26217516036134365112546
Binary10110010111110111100111101011100111101010011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27D0E; }

 p { color: rgb(178,125,14); }

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

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

 a { background-color: rgb(178,125,14); }

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

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

 span { border-color: rgb(178,125,14); }

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