#B27000

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

Shades of Dark Goldenrod #B27000

Tints of Dark Goldenrod #B27000

Color information

#B27000 (or 0xB27000) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 70 and 00. RGB value is (178,112,0). Sum of RGB (Red+Green+Blue) = 178+112+0=290 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.38% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 178 - color contains mainly: red. Hex color #B27000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27000 is #4D8FFF. Grayscale: #777777. Windows color (decimal): -5083136 or 28850. OLE color: 28850.

HSL color Cylindrical-coordinate representation of color #B27000: hue angle of 37.75º 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 #B27000 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB1781120-
CMYK00.3710.30
HSL37.75º100%34.9%-
HSV(B)37.75º100%69.8%-
XYZ24.1521.052.79-
YUV118.9760.87170.11-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 61.38%
GREEN value IS 112 (44.14% from 255) = 38.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=61.38%
G=38.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178112000.3710.3037.7510034.9
HexB2700025641E266423
Octal2621600045144364614443
Binary101100101110000001001011100100111101001101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27000; }

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

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

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

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

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

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

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

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