#B07E05

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

Shades of Dark Goldenrod #B07E05

Tints of Dark Goldenrod #B07E05

Color information

#B07E05 (or 0xB07E05) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 7E and 05. RGB value is (176,126,5). Sum of RGB (Red+Green+Blue) = 176+126+5=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 126 (49.61% from 255 or 41.04% from 307); Blue value is 5 (2.34% from 255 or 1.63% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B07E05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07E05 is #4F81FA. Grayscale: #7F7F7F. Windows color (decimal): -5210619 or 360112. OLE color: 360112.

HSL color Cylindrical-coordinate representation of color #B07E05: hue angle of 42.46º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B07E05 is Cyan = 0, Magento = 0.28, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB1761265-
CMYK00.280.970.31
HSL42.46º94.48%35.49%-
HSV(B)42.46º97.16%69.02%-
XYZ25.3924.163.47-
YUV127.1659.06162.84-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.33%
GREEN value IS 126 (49.61% from 255) = 41.04%
BLUE value IS 5 (2.34% from 255) = 1.63%
R=57.33%
G=41.04%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.97
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176126500.280.970.3142.4694.4835.49
HexB07E501C611F2a5e23
Octal2601765034141375213643
Binary1011000011111101010111001100001111111010101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07E05; }

 p { color: rgb(176,126,5); }

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

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

 a { background-color: rgb(176,126,5); }

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

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

 span { border-color: rgb(176,126,5); }

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