Html Css Color HEX #BA9C4B Husk

📋 copy color: '#BA9C4B'

red 186 ◦ green 156 ◦ blue 75

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

Shades of Husk #BA9C4B

Tints of Husk #BA9C4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 17.99%

R = 44.6%
G = 37.41%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA9C4B (or 0xBA9C4B) is known color: Husk. HEX triplet: BA, 9C and 4B. RGB value is (186,156,75). Sum of RGB (Red+Green+Blue) = 186+156+75=417 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.60% from 417); Green value is 156 (61.33% from 255 or 37.41% from 417); Blue value is 75 (29.69% from 255 or 17.99% from 417); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9C4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9C4B is #4563B4. Grayscale: #9C9C9C. Windows color (decimal): -4547509 or 4955322. OLE color: 4955322.

HSL color Cylindrical-coordinate representation of color #BA9C4B: hue angle of 43.78º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA9C4B is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 156 75 -
CMYK 0 0.16 0.60 0.27
HSL 43.78º 0.45% 0.51% -
HSV(B) 43.78º 0.6% 0.73% -
XYZ 33.41 34.72 11.6 -
YUV 155.74 82.44 149.59 -
System Red Green Blue C M Y K H S L
Decimal 186 156 75 0 0.16 0.60 0.27 43.78 0.45 0.51
Hex BA 9C 4B 0 10 3C 1B 2C 2D 33
Octal 272 234 113 0 20 74 33 54 55 63
Binary 10111010 10011100 1001011 0 10000 111100 11011 101100 101101 110011

Color Harmonies of #BA9C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9C4B

Black with #BA9C4B

Text Example


Text Example

White with #BA9C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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