#B7720A

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

Shades of Dark Goldenrod #B7720A

Tints of Dark Goldenrod #B7720A

Color information

#B7720A (or 0xB7720A) is unknown color: approx Dark Goldenrod. HEX triplet: B7, 72 and 0A. RGB value is (183,114,10). Sum of RGB (Red+Green+Blue) = 183+114+10=307 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.61% from 307); Green value is 114 (44.92% from 255 or 37.13% from 307); Blue value is 10 (4.30% from 255 or 3.26% from 307); Max value from RGB is 183 - color contains mainly: red. Hex color #B7720A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B7720A is #488DF5. Grayscale: #7B7B7B. Windows color (decimal): -4754934 or 684727. OLE color: 684727.

HSL color Cylindrical-coordinate representation of color #B7720A: hue angle of 36.07º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7720A is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB18311410-
CMYK00.380.950.28
HSL36.07º89.64%37.84%-
HSV(B)36.07º94.54%71.76%-
XYZ25.622.123.21-
YUV122.7864.36170.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 59.61%
GREEN value IS 114 (44.92% from 255) = 37.13%
BLUE value IS 10 (4.30% from 255) = 3.26%
R=59.61%
G=37.13%
B=3.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831141000.380.950.2836.0789.6437.84
HexB772A0265F1C245a26
Octal26716212046137344413246
Binary101101111110010101001001101011111111001001001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7720A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7720A; }

 p { color: rgb(183,114,10); }

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

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

 a { background-color: rgb(183,114,10); }

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

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

 span { border-color: rgb(183,114,10); }

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