#B27E07

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

Shades of Dark Goldenrod #B27E07

Tints of Dark Goldenrod #B27E07

Color information

#B27E07 (or 0xB27E07) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 7E and 07. RGB value is (178,126,7). Sum of RGB (Red+Green+Blue) = 178+126+7=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 126 (49.61% from 255 or 40.51% from 311); Blue value is 7 (3.12% from 255 or 2.25% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B27E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B27E07 is #4D81F8. Grayscale: #808080. Windows color (decimal): -5079545 or 491186. OLE color: 491186.

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

Color convert

RGB1781267-
CMYK00.290.960.30
HSL41.75º92.43%36.27%-
HSV(B)41.75º96.07%69.8%-
XYZ25.8624.43.55-
YUV127.9859.73163.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.23%
GREEN value IS 126 (49.61% from 255) = 40.51%
BLUE value IS 7 (3.12% from 255) = 2.25%
R=57.23%
G=40.51%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.96
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178126700.290.960.3041.7592.4336.27
HexB27E701D601E2a5c24
Octal2621767035140365213444
Binary1011001011111101110111011100000111101010101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27E07; }

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

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

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

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

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

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

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

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