#B27E00

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

Shades of Dark Goldenrod #B27E00

Tints of Dark Goldenrod #B27E00

Color information

#B27E00 (or 0xB27E00) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 7E and 00. RGB value is (178,126,0). Sum of RGB (Red+Green+Blue) = 178+126+0=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27E00 is #4D81FF. Grayscale: #7F7F7F. Windows color (decimal): -5079552 or 32434. OLE color: 32434.

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

Color convert

RGB1781260-
CMYK00.2910.30
HSL42.47º100%34.9%-
HSV(B)42.47º100%69.8%-
XYZ25.8224.393.35-
YUV127.1856.23164.25-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.55%
GREEN value IS 126 (49.61% from 255) = 41.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.55%
G=41.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178126000.2910.3042.4710034.9
HexB27E001D641E2a6423
Octal2621760035144365214443
Binary10110010111111000111011100100111101010101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27E00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27E00; }

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

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

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

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

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

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

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

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