Html Css Color HEX #BA9111 Dark Goldenrod

📋 copy color: '#BA9111'

red 186 ◦ green 145 ◦ blue 17

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

Shades of Dark Goldenrod #BA9111

Tints of Dark Goldenrod #BA9111

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.67%

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

R = 53.45%
G = 41.67%
B = 4.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA9111 (or 0xBA9111) is known color: Dark Goldenrod. HEX triplet: BA, 91 and 11. RGB value is (186,145,17). Sum of RGB (Red+Green+Blue) = 186+145+17=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 17 (7.03% from 255 or 4.89% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9111 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9111 is #456EEE. Grayscale: #8F8F8F. Windows color (decimal): -4550383 or 1151418. OLE color: 1151418.

HSL color Cylindrical-coordinate representation of color #BA9111: hue angle of 45.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 #BA9111 is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 145 17 -
CMYK 0 0.22 0.91 0.27
HSL 45.44º 0.83% 0.4% -
HSV(B) 45.44º 0.91% 0.73% -
XYZ 30.48 30.73 4.86 -
YUV 142.67 57.08 158.91 -
System Red Green Blue C M Y K H S L
Decimal 186 145 17 0 0.22 0.91 0.27 45.44 0.83 0.4
Hex BA 91 11 0 16 5B 1B 2D 53 28
Octal 272 221 21 0 26 133 33 55 123 50
Binary 10111010 10010001 10001 0 10110 1011011 11011 101101 1010011 101000

Color Harmonies of #BA9111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9111

Black with #BA9111

Text Example


Text Example

White with #BA9111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9111; }

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

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

background-color css

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

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

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

border-color css

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

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

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