#B07A08

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

Shades of Dark Goldenrod #B07A08

Tints of Dark Goldenrod #B07A08

Color information

#B07A08 (or 0xB07A08) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 7A and 08. RGB value is (176,122,8). Sum of RGB (Red+Green+Blue) = 176+122+8=306 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.52% from 306); Green value is 122 (48.05% from 255 or 39.87% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07A08 is #4F85F7. Grayscale: #7D7D7D. Windows color (decimal): -5211640 or 555696. OLE color: 555696.

HSL color Cylindrical-coordinate representation of color #B07A08: hue angle of 40.71º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B07A08 is Cyan = 0, Magento = 0.31, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1761228-
CMYK00.310.950.31
HSL40.71º91.3%36.08%-
HSV(B)40.71º95.45%69.02%-
XYZ24.9123.173.39-
YUV125.1561.89164.27-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.52%
GREEN value IS 122 (48.05% from 255) = 39.87%
BLUE value IS 8 (3.52% from 255) = 2.61%
R=57.52%
G=39.87%
B=2.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176122800.310.950.3140.7191.336.08
HexB07A801F5F1F295b24
Octal26017210037137375113344
Binary10110000111101010000111111011111111111010011011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A08; }

 p { color: rgb(176,122,8); }

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

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

 a { background-color: rgb(176,122,8); }

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

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

 span { border-color: rgb(176,122,8); }

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