#B07816

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

Shades of Dark Goldenrod #B07816

Tints of Dark Goldenrod #B07816

Color information

#B07816 (or 0xB07816) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 78 and 16. RGB value is (176,120,22). Sum of RGB (Red+Green+Blue) = 176+120+22=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 120 (47.27% from 255 or 37.74% from 318); Blue value is 22 (8.98% from 255 or 6.92% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B07816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07816 is #4F87E9. Grayscale: #7E7E7E. Windows color (decimal): -5212138 or 1472688. OLE color: 1472688.

HSL color Cylindrical-coordinate representation of color #B07816: hue angle of 38.18º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B07816 is Cyan = 0, Magento = 0.32, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB17612022-
CMYK00.320.880.31
HSL38.18º77.78%38.82%-
HSV(B)38.18º87.5%69.02%-
XYZ24.7722.723.84-
YUV125.5769.55163.97-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.35%
GREEN value IS 120 (47.27% from 255) = 37.74%
BLUE value IS 22 (8.98% from 255) = 6.92%
R=55.35%
G=37.74%
B=6.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761202200.320.880.3138.1877.7838.82
HexB07816020581F264e27
Octal26017026040130374611647
Binary1011000011110001011001000001011000111111001101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07816; }

 p { color: rgb(176,120,22); }

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

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

 a { background-color: rgb(176,120,22); }

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

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

 span { border-color: rgb(176,120,22); }

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