#b27400

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

Shades of Dark Goldenrod #B27400

Tints of Dark Goldenrod #B27400

Color information

#B27400 (or 0xB27400) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 74 and 00. RGB value is (178,116,0). Sum of RGB (Red+Green+Blue) = 178+116+0=294 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.54% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 0 (0.39% from 255 or 0% from 294); Max value from RGB is 178 - color contains mainly: red. Hex color #B27400 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27400 is #4D8BFF. Grayscale: #797979. Windows color (decimal): -5082112 or 29874. OLE color: 29874.

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

Color convert

RGB1781160-
CMYK00.3510.30
HSL39.1º100%34.9%-
HSV(B)39.1º100%69.8%-
XYZ24.6121.962.94-
YUV121.3159.54168.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 60.54%
GREEN value IS 116 (45.70% from 255) = 39.46%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.54%
G=39.46%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178116000.3510.3039.110034.9
HexB2740023641E276423
Octal2621640043144364714443
Binary101100101110100001000111100100111101001111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b27400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b27400; }

 p { color: rgb(178,116,0); }

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

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

 a { background-color: rgb(178,116,0); }

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

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

 span { border-color: rgb(178,116,0); }

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