Html Css Color HEX #B8720C Dark Goldenrod

📋 copy color: '#B8720C'

red 184 ◦ green 114 ◦ blue 12

#B8720C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #B8720C

Tints of Dark Goldenrod #B8720C

RGB

 RED value IS 184 (72.27% from 255) = 59.35%

 GREEN value IS 114 (44.92% from 255) = 36.77%

 BLUE value IS 12 (5.08% from 255) = 3.87%

R = 59.35%
G = 36.77%
B = 3.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8720C (or 0xB8720C) is known color: Dark Goldenrod. HEX triplet: B8, 72 and 0C. RGB value is (184,114,12). Sum of RGB (Red+Green+Blue) = 184+114+12=310 (41% of max value = 765). Red value is 184 (72.27% from 255 or 59.35% from 310); Green value is 114 (44.92% from 255 or 36.77% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 184 - color contains mainly: red. Hex color #B8720C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B8720C is #478DF3. Grayscale: #7B7B7B. Windows color (decimal): -4689396 or 815800. OLE color: 815800.

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

Color convert

RGB 184 114 12 -
CMYK 0 0.38 0.93 0.28
HSL 35.58º 0.88% 0.38% -
HSV(B) 35.58º 0.93% 0.72% -
XYZ 25.85 22.25 3.28 -
YUV 123.3 65.19 171.29 -
System Red Green Blue C M Y K H S L
Decimal 184 114 12 0 0.38 0.93 0.28 35.58 0.88 0.38
Hex B8 72 C 0 26 5D 1C 24 58 26
Octal 270 162 14 0 46 135 34 44 130 46
Binary 10111000 1110010 1100 0 100110 1011101 11100 100100 1011000 100110

Color Harmonies of #B8720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8720C

Black with #B8720C

Text Example


Text Example

White with #B8720C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8720C; }

 p { color: rgb(184,114,12); }

 H1.HeaderClassName
 {
   color: #B8720C;
 }
 .AnyTagClassName
 {
   color: #B8720C;
 }
</style>

background-color css

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

 a { background-color: rgb(184,114,12); }

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

border-color css

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

 span { border-color: rgb(184,114,12); }

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