Html Css Color HEX #BA9205 Dark Goldenrod

📋 copy color: '#BA9205'

red 186 ◦ green 146 ◦ blue 5

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

Shades of Dark Goldenrod #BA9205

Tints of Dark Goldenrod #BA9205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.48%

R = 55.19%
G = 43.32%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BA9205 (or 0xBA9205) is known color: Dark Goldenrod. HEX triplet: BA, 92 and 05. RGB value is (186,146,5). Sum of RGB (Red+Green+Blue) = 186+146+5=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 146 (57.42% from 255 or 43.32% from 337); Blue value is 5 (2.34% from 255 or 1.48% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BA9205 is #456DFA. Grayscale: #8E8E8E. Windows color (decimal): -4550139 or 365242. OLE color: 365242.

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

Color convert

RGB 186 146 5 -
CMYK 0 0.22 0.97 0.27
HSL 46.74º 0.95% 0.37% -
HSV(B) 46.74º 0.97% 0.73% -
XYZ 30.56 31.01 4.52 -
YUV 141.89 50.75 159.46 -
System Red Green Blue C M Y K H S L
Decimal 186 146 5 0 0.22 0.97 0.27 46.74 0.95 0.37
Hex BA 92 5 0 16 61 1B 2F 5F 25
Octal 272 222 5 0 26 141 33 57 137 45
Binary 10111010 10010010 101 0 10110 1100001 11011 101111 1011111 100101

Color Harmonies of #BA9205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9205

Black with #BA9205

Text Example


Text Example

White with #BA9205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9205; }

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

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

background-color css

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

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

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

border-color css

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

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

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