#B27D0D

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

Shades of Dark Goldenrod #B27D0D

Tints of Dark Goldenrod #B27D0D

Color information

#B27D0D (or 0xB27D0D) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 7D and 0D. RGB value is (178,125,13). Sum of RGB (Red+Green+Blue) = 178+125+13=316 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.33% from 316); Green value is 125 (49.22% from 255 or 39.56% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27D0D is #4D82F2. Grayscale: #808080. Windows color (decimal): -5079795 or 884146. OLE color: 884146.

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

Color convert

RGB17812513-
CMYK00.300.930.30
HSL40.73º86.39%37.45%-
HSV(B)40.73º92.7%69.8%-
XYZ25.7724.163.69-
YUV128.0863.06163.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.33%
GREEN value IS 125 (49.22% from 255) = 39.56%
BLUE value IS 13 (5.47% from 255) = 4.11%
R=56.33%
G=39.56%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781251300.300.930.3040.7386.3937.45
HexB27DD01E5D1E295625
Octal26217515036135365112645
Binary10110010111110111010111101011101111101010011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27D0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27D0D; }

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

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

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

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

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

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

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

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