#B0760B

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

Shades of Dark Goldenrod #B0760B

Tints of Dark Goldenrod #B0760B

Color information

#B0760B (or 0xB0760B) is unknown color: approx Dark Goldenrod. HEX triplet: B0, 76 and 0B. RGB value is (176,118,11). Sum of RGB (Red+Green+Blue) = 176+118+11=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 11 (4.69% from 255 or 3.61% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B0760B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B0760B is #4F89F4. Grayscale: #7B7B7B. Windows color (decimal): -5212661 or 751280. OLE color: 751280.

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

Color convert

RGB17611811-
CMYK00.330.940.31
HSL38.91º88.24%36.67%-
HSV(B)38.91º93.75%69.02%-
XYZ24.4422.213.32-
YUV123.1464.72165.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.70%
GREEN value IS 118 (46.48% from 255) = 38.69%
BLUE value IS 11 (4.69% from 255) = 3.61%
R=57.70%
G=38.69%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.94
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761181100.330.940.3138.9188.2436.67
HexB076B0215E1F275825
Octal26016613041136374713045
Binary101100001110110101101000011011110111111001111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0760B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0760B; }

 p { color: rgb(176,118,11); }

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

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

 a { background-color: rgb(176,118,11); }

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

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

 span { border-color: rgb(176,118,11); }

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