#B07A13

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

Shades of Dark Goldenrod #B07A13

Tints of Dark Goldenrod #B07A13

Color information

#B07A13 (or 0xB07A13) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 7A and 13. RGB value is (176,122,19). Sum of RGB (Red+Green+Blue) = 176+122+19=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07A13 is #4F85EC. Grayscale: #7E7E7E. Windows color (decimal): -5211629 or 1276592. OLE color: 1276592.

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

Color convert

RGB17612219-
CMYK00.310.890.31
HSL39.36º80.51%38.24%-
HSV(B)39.36º89.2%69.02%-
XYZ24.9823.23.78-
YUV126.467.39163.38-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.52%
GREEN value IS 122 (48.05% from 255) = 38.49%
BLUE value IS 19 (7.81% from 255) = 5.99%
R=55.52%
G=38.49%
B=5.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761221900.310.890.3139.3680.5138.24
HexB07A1301F591F275126
Octal26017223037131374712146
Binary101100001111010100110111111011001111111001111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07A13; }

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

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

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

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

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

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

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

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