#B27E01

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

Shades of Dark Goldenrod #B27E01

Tints of Dark Goldenrod #B27E01

Color information

#B27E01 (or 0xB27E01) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 7E and 01. RGB value is (178,126,1). Sum of RGB (Red+Green+Blue) = 178+126+1=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 1 (0.78% from 255 or 0.33% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27E01 is #4D81FE. Grayscale: #7F7F7F. Windows color (decimal): -5079551 or 97970. OLE color: 97970.

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

Color convert

RGB1781261-
CMYK00.290.990.30
HSL42.37º98.88%35.1%-
HSV(B)42.37º99.44%69.8%-
XYZ25.8324.393.38-
YUV127.356.73164.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.36%
GREEN value IS 126 (49.61% from 255) = 41.31%
BLUE value IS 1 (0.78% from 255) = 0.33%
R=58.36%
G=41.31%
B=0.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178126100.290.990.3042.3798.8835.1
HexB27E101D631E2a6323
Octal2621761035143365214343
Binary10110010111111010111011100011111101010101100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27E01; }

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

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

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

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

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

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

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

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