Html Css Color HEX #BA984D Husk

📋 copy color: '#BA984D'

red 186 ◦ green 152 ◦ blue 77

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

Shades of Husk #BA984D

Tints of Husk #BA984D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.63%

 BLUE value IS 77 (30.47% from 255) = 18.55%

R = 44.82%
G = 36.63%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA984D (or 0xBA984D) is known color: Husk. HEX triplet: BA, 98 and 4D. RGB value is (186,152,77). Sum of RGB (Red+Green+Blue) = 186+152+77=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 152 (59.77% from 255 or 36.63% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA984D is #4567B2. Grayscale: #999999. Windows color (decimal): -4548531 or 5085370. OLE color: 5085370.

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

Color convert

RGB 186 152 77 -
CMYK 0 0.18 0.59 0.27
HSL 41.28º 0.44% 0.52% -
HSV(B) 41.28º 0.59% 0.73% -
XYZ 32.82 33.43 11.74 -
YUV 153.62 84.76 151.1 -
System Red Green Blue C M Y K H S L
Decimal 186 152 77 0 0.18 0.59 0.27 41.28 0.44 0.52
Hex BA 98 4D 0 12 3B 1B 29 2C 34
Octal 272 230 115 0 22 73 33 51 54 64
Binary 10111010 10011000 1001101 0 10010 111011 11011 101001 101100 110100

Color Harmonies of #BA984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA984D

Black with #BA984D

Text Example


Text Example

White with #BA984D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA984D; }

 p { color: rgb(186,152,77); }

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

background-color css

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

 a { background-color: rgb(186,152,77); }

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

border-color css

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

 span { border-color: rgb(186,152,77); }

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