Html Css Color HEX #BA720C Dark Goldenrod

📋 copy color: '#BA720C'

red 186 ◦ green 114 ◦ blue 12

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

Shades of Dark Goldenrod #BA720C

Tints of Dark Goldenrod #BA720C

RGB

 RED value IS 186 (73.05% from 255) = 59.62%

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

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

R = 59.62%
G = 36.54%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BA720C (or 0xBA720C) is known color: Dark Goldenrod. HEX triplet: BA, 72 and 0C. RGB value is (186,114,12). Sum of RGB (Red+Green+Blue) = 186+114+12=312 (41% of max value = 765). Red value is 186 (73.05% from 255 or 59.62% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 186 - color contains mainly: red. Hex color #BA720C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA720C is #458DF3. Grayscale: #7C7C7C. Windows color (decimal): -4558324 or 815802. OLE color: 815802.

HSL color Cylindrical-coordinate representation of color #BA720C: hue angle of 35.17º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA720C is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 114 12 -
CMYK 0 0.39 0.94 0.27
HSL 35.17º 0.88% 0.39% -
HSV(B) 35.17º 0.94% 0.73% -
XYZ 26.33 22.5 3.3 -
YUV 123.9 64.85 172.29 -
System Red Green Blue C M Y K H S L
Decimal 186 114 12 0 0.39 0.94 0.27 35.17 0.88 0.39
Hex BA 72 C 0 27 5E 1B 23 58 27
Octal 272 162 14 0 47 136 33 43 130 47
Binary 10111010 1110010 1100 0 100111 1011110 11011 100011 1011000 100111

Color Harmonies of #BA720C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA720C

Black with #BA720C

Text Example


Text Example

White with #BA720C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA720C; }

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

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

background-color css

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

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

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

border-color css

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

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

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