Html Css Color HEX #BA9209 Dark Goldenrod

📋 copy color: '#BA9209'

red 186 ◦ green 146 ◦ blue 9

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

Shades of Dark Goldenrod #BA9209

Tints of Dark Goldenrod #BA9209

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.82%

 BLUE value IS 9 (3.91% from 255) = 2.64%

R = 54.55%
G = 42.82%
B = 2.64%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BA9209 (or 0xBA9209) is known color: Dark Goldenrod. HEX triplet: BA, 92 and 09. RGB value is (186,146,9). Sum of RGB (Red+Green+Blue) = 186+146+9=341 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.55% from 341); Green value is 146 (57.42% from 255 or 42.82% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9209 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9209 is #456DF6. Grayscale: #8E8E8E. Windows color (decimal): -4550135 or 627386. OLE color: 627386.

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

Color convert

RGB 186 146 9 -
CMYK 0 0.22 0.95 0.27
HSL 46.44º 0.91% 0.38% -
HSV(B) 46.44º 0.95% 0.73% -
XYZ 30.58 31.02 4.63 -
YUV 142.34 52.75 159.14 -
System Red Green Blue C M Y K H S L
Decimal 186 146 9 0 0.22 0.95 0.27 46.44 0.91 0.38
Hex BA 92 9 0 16 5F 1B 2E 5B 26
Octal 272 222 11 0 26 137 33 56 133 46
Binary 10111010 10010010 1001 0 10110 1011111 11011 101110 1011011 100110

Color Harmonies of #BA9209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9209

Black with #BA9209

Text Example


Text Example

White with #BA9209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9209; }

 p { color: rgb(186,146,9); }

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

background-color css

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

 a { background-color: rgb(186,146,9); }

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

border-color css

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

 span { border-color: rgb(186,146,9); }

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