#B07B13

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

Shades of Dark Goldenrod #B07B13

Tints of Dark Goldenrod #B07B13

Color information

#B07B13 (or 0xB07B13) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 7B and 13. RGB value is (176,123,19). Sum of RGB (Red+Green+Blue) = 176+123+19=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 123 (48.44% from 255 or 38.68% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B07B13 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07B13 is #4F84EC. Grayscale: #7F7F7F. Windows color (decimal): -5211373 or 1276848. OLE color: 1276848.

HSL color Cylindrical-coordinate representation of color #B07B13: hue angle of 39.75º 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 #B07B13 is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB17612319-
CMYK00.300.890.31
HSL39.75º80.51%38.24%-
HSV(B)39.75º89.2%69.02%-
XYZ25.123.443.82-
YUV126.9967.06162.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.35%
GREEN value IS 123 (48.44% from 255) = 38.68%
BLUE value IS 19 (7.81% from 255) = 5.97%
R=55.35%
G=38.68%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.89
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761231900.300.890.3139.7580.5138.24
HexB07B1301E591F285126
Octal26017323036131375012146
Binary101100001111011100110111101011001111111010001010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07B13; }

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

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

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

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

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

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

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

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