Html Css Color HEX #BA984F Husk

📋 copy color: '#BA984F'

red 186 ◦ green 152 ◦ blue 79

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

Shades of Husk #BA984F

Tints of Husk #BA984F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 18.94%

R = 44.6%
G = 36.45%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA984F (or 0xBA984F) is known color: Husk. HEX triplet: BA, 98 and 4F. RGB value is (186,152,79). Sum of RGB (Red+Green+Blue) = 186+152+79=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 152 (59.77% from 255 or 36.45% from 417); Blue value is 79 (31.25% from 255 or 18.94% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA984F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA984F is #4567B0. Grayscale: #9A9A9A. Windows color (decimal): -4548529 or 5216442. OLE color: 5216442.

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

Color convert

RGB 186 152 79 -
CMYK 0 0.18 0.58 0.27
HSL 40.93º 0.44% 0.52% -
HSV(B) 40.93º 0.58% 0.73% -
XYZ 32.89 33.46 12.12 -
YUV 153.84 85.76 150.94 -
System Red Green Blue C M Y K H S L
Decimal 186 152 79 0 0.18 0.58 0.27 40.93 0.44 0.52
Hex BA 98 4F 0 12 3A 1B 29 2C 34
Octal 272 230 117 0 22 72 33 51 54 64
Binary 10111010 10011000 1001111 0 10010 111010 11011 101001 101100 110100

Color Harmonies of #BA984F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA984F

Black with #BA984F

Text Example


Text Example

White with #BA984F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA984F; }

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

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

background-color css

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

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

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

border-color css

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

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

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