Html Css Color HEX #BA7211 Dark Goldenrod

📋 copy color: '#BA7211'

red 186 ◦ green 114 ◦ blue 17

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

Shades of Dark Goldenrod #BA7211

Tints of Dark Goldenrod #BA7211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.36%

R = 58.68%
G = 35.96%
B = 5.36%

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

#BA7211 (or 0xBA7211) is known color: Dark Goldenrod. HEX triplet: BA, 72 and 11. RGB value is (186,114,17). Sum of RGB (Red+Green+Blue) = 186+114+17=317 (41% of max value = 765). Red value is 186 (73.05% from 255 or 58.68% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7211 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BA7211 is #458DEE. Grayscale: #7C7C7C. Windows color (decimal): -4558319 or 1143482. OLE color: 1143482.

HSL color Cylindrical-coordinate representation of color #BA7211: hue angle of 34.44º degrees, saturation: 0.83, 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 #BA7211 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 114 17 -
CMYK 0 0.39 0.91 0.27
HSL 34.44º 0.83% 0.4% -
HSV(B) 34.44º 0.91% 0.73% -
XYZ 26.37 22.51 3.49 -
YUV 124.47 67.35 171.89 -
System Red Green Blue C M Y K H S L
Decimal 186 114 17 0 0.39 0.91 0.27 34.44 0.83 0.4
Hex BA 72 11 0 27 5B 1B 22 53 28
Octal 272 162 21 0 47 133 33 42 123 50
Binary 10111010 1110010 10001 0 100111 1011011 11011 100010 1010011 101000

Color Harmonies of #BA7211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7211

Black with #BA7211

Text Example


Text Example

White with #BA7211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7211; }

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

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

background-color css

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

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

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

border-color css

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

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

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