Html Css Color HEX #BA9B53 Husk

📋 copy color: '#BA9B53'

red 186 ◦ green 155 ◦ blue 83

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

Shades of Husk #BA9B53

Tints of Husk #BA9B53

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.56%

 BLUE value IS 83 (32.81% from 255) = 19.58%

R = 43.87%
G = 36.56%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BA9B53 (or 0xBA9B53) is known color: Husk. HEX triplet: BA, 9B and 53. RGB value is (186,155,83). Sum of RGB (Red+Green+Blue) = 186+155+83=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 155 (60.94% from 255 or 36.56% from 424); Blue value is 83 (32.81% from 255 or 19.58% from 424); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9B53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA9B53 is #4564AC. Grayscale: #9C9C9C. Windows color (decimal): -4547757 or 5479354. OLE color: 5479354.

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

Color convert

RGB 186 155 83 -
CMYK 0 0.17 0.55 0.27
HSL 41.94º 0.43% 0.53% -
HSV(B) 41.94º 0.55% 0.73% -
XYZ 33.53 34.51 13.08 -
YUV 156.06 86.77 149.35 -
System Red Green Blue C M Y K H S L
Decimal 186 155 83 0 0.17 0.55 0.27 41.94 0.43 0.53
Hex BA 9B 53 0 11 37 1B 2A 2B 35
Octal 272 233 123 0 21 67 33 52 53 65
Binary 10111010 10011011 1010011 0 10001 110111 11011 101010 101011 110101

Color Harmonies of #BA9B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9B53

Black with #BA9B53

Text Example


Text Example

White with #BA9B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9B53; }

 p { color: rgb(186,155,83); }

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

background-color css

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

 a { background-color: rgb(186,155,83); }

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

border-color css

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

 span { border-color: rgb(186,155,83); }

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