Html Css Color HEX #BA8D4B Tussock

📋 copy color: '#BA8D4B'

red 186 ◦ green 141 ◦ blue 75

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

Shades of Tussock #BA8D4B

Tints of Tussock #BA8D4B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.07%

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

R = 46.27%
G = 35.07%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA8D4B (or 0xBA8D4B) is known color: Tussock. HEX triplet: BA, 8D and 4B. RGB value is (186,141,75). Sum of RGB (Red+Green+Blue) = 186+141+75=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 141 (55.47% from 255 or 35.07% from 402); Blue value is 75 (29.69% from 255 or 18.66% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8D4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8D4B is #4572B4. Grayscale: #939393. Windows color (decimal): -4551349 or 4951482. OLE color: 4951482.

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

Color convert

RGB 186 141 75 -
CMYK 0 0.24 0.60 0.27
HSL 35.68º 0.45% 0.51% -
HSV(B) 35.68º 0.6% 0.73% -
XYZ 31.04 30 10.81 -
YUV 146.93 87.41 155.87 -
System Red Green Blue C M Y K H S L
Decimal 186 141 75 0 0.24 0.60 0.27 35.68 0.45 0.51
Hex BA 8D 4B 0 18 3C 1B 24 2D 33
Octal 272 215 113 0 30 74 33 44 55 63
Binary 10111010 10001101 1001011 0 11000 111100 11011 100100 101101 110011

Color Harmonies of #BA8D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8D4B

Black with #BA8D4B

Text Example


Text Example

White with #BA8D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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