Html Css Color HEX #BA9C50 Husk

📋 copy color: '#BA9C50'

red 186 ◦ green 156 ◦ blue 80

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

Shades of Husk #BA9C50

Tints of Husk #BA9C50

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.97%

 BLUE value IS 80 (31.64% from 255) = 18.96%

R = 44.08%
G = 36.97%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BA9C50 (or 0xBA9C50) is known color: Husk. HEX triplet: BA, 9C and 50. RGB value is (186,156,80). Sum of RGB (Red+Green+Blue) = 186+156+80=422 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.08% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9C50 is #4563AF. Grayscale: #9C9C9C. Windows color (decimal): -4547504 or 5283002. OLE color: 5283002.

HSL color Cylindrical-coordinate representation of color #BA9C50: hue angle of 43.02º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA9C50 is Cyan = 0, Magento = 0.16, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 156 80 -
CMYK 0 0.16 0.57 0.27
HSL 43.02º 0.43% 0.52% -
HSV(B) 43.02º 0.57% 0.73% -
XYZ 33.59 34.8 12.54 -
YUV 156.31 84.94 149.18 -
System Red Green Blue C M Y K H S L
Decimal 186 156 80 0 0.16 0.57 0.27 43.02 0.43 0.52
Hex BA 9C 50 0 10 39 1B 2B 2B 34
Octal 272 234 120 0 20 71 33 53 53 64
Binary 10111010 10011100 1010000 0 10000 111001 11011 101011 101011 110100

Color Harmonies of #BA9C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9C50

Black with #BA9C50

Text Example


Text Example

White with #BA9C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9C50; }

 p { color: rgb(186,156,80); }

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

background-color css

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

 a { background-color: rgb(186,156,80); }

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

border-color css

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

 span { border-color: rgb(186,156,80); }

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