Html Css Color HEX #BA984E Husk

📋 copy color: '#BA984E'

red 186 ◦ green 152 ◦ blue 78

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

Shades of Husk #BA984E

Tints of Husk #BA984E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 18.75%

R = 44.71%
G = 36.54%
B = 18.75%

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

#BA984E (or 0xBA984E) is known color: Husk. HEX triplet: BA, 98 and 4E. RGB value is (186,152,78). Sum of RGB (Red+Green+Blue) = 186+152+78=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 152 (59.77% from 255 or 36.54% from 416); Blue value is 78 (30.86% from 255 or 18.75% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA984E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA984E is #4567B1. Grayscale: #9A9A9A. Windows color (decimal): -4548530 or 5150906. OLE color: 5150906.

HSL color Cylindrical-coordinate representation of color #BA984E: hue angle of 41.11º 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 #BA984E is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 152 78 -
CMYK 0 0.18 0.58 0.27
HSL 41.11º 0.44% 0.52% -
HSV(B) 41.11º 0.58% 0.73% -
XYZ 32.85 33.45 11.93 -
YUV 153.73 85.26 151.02 -
System Red Green Blue C M Y K H S L
Decimal 186 152 78 0 0.18 0.58 0.27 41.11 0.44 0.52
Hex BA 98 4E 0 12 3A 1B 29 2C 34
Octal 272 230 116 0 22 72 33 51 54 64
Binary 10111010 10011000 1001110 0 10010 111010 11011 101001 101100 110100

Color Harmonies of #BA984E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA984E

Black with #BA984E

Text Example


Text Example

White with #BA984E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA984E; }

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

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

background-color css

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

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

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

border-color css

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

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

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