Html Css Color HEX #BA7210 Dark Goldenrod

📋 copy color: '#BA7210'

red 186 ◦ green 114 ◦ blue 16

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

Shades of Dark Goldenrod #BA7210

Tints of Dark Goldenrod #BA7210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.06%

R = 58.86%
G = 36.08%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA7210 (or 0xBA7210) is known color: Dark Goldenrod. HEX triplet: BA, 72 and 10. RGB value is (186,114,16). Sum of RGB (Red+Green+Blue) = 186+114+16=316 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.86% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7210 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7210 is #458DEF. Grayscale: #7C7C7C. Windows color (decimal): -4558320 or 1077946. OLE color: 1077946.

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

Color convert

RGB 186 114 16 -
CMYK 0 0.39 0.91 0.27
HSL 34.59º 0.84% 0.4% -
HSV(B) 34.59º 0.91% 0.73% -
XYZ 26.36 22.51 3.45 -
YUV 124.36 66.85 171.97 -
System Red Green Blue C M Y K H S L
Decimal 186 114 16 0 0.39 0.91 0.27 34.59 0.84 0.4
Hex BA 72 10 0 27 5B 1B 23 54 28
Octal 272 162 20 0 47 133 33 43 124 50
Binary 10111010 1110010 10000 0 100111 1011011 11011 100011 1010100 101000

Color Harmonies of #BA7210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7210

Black with #BA7210

Text Example


Text Example

White with #BA7210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7210; }

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

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

background-color css

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

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

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

border-color css

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

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

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