Html Css Color HEX #BA894B Tussock

📋 copy color: '#BA894B'

red 186 ◦ green 137 ◦ blue 75

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

Shades of Tussock #BA894B

Tints of Tussock #BA894B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.42%

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

R = 46.73%
G = 34.42%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA894B (or 0xBA894B) is known color: Tussock. HEX triplet: BA, 89 and 4B. RGB value is (186,137,75). Sum of RGB (Red+Green+Blue) = 186+137+75=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 137 (53.91% from 255 or 34.42% from 398); Blue value is 75 (29.69% from 255 or 18.84% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA894B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA894B is #4576B4. Grayscale: #909090. Windows color (decimal): -4552373 or 4950458. OLE color: 4950458.

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

Color convert

RGB 186 137 75 -
CMYK 0 0.26 0.60 0.27
HSL 33.51º 0.45% 0.51% -
HSV(B) 33.51º 0.6% 0.73% -
XYZ 30.47 28.84 10.62 -
YUV 144.58 88.73 157.54 -
System Red Green Blue C M Y K H S L
Decimal 186 137 75 0 0.26 0.60 0.27 33.51 0.45 0.51
Hex BA 89 4B 0 1A 3C 1B 22 2D 33
Octal 272 211 113 0 32 74 33 42 55 63
Binary 10111010 10001001 1001011 0 11010 111100 11011 100010 101101 110011

Color Harmonies of #BA894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA894B

Black with #BA894B

Text Example


Text Example

White with #BA894B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA894B; }

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

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

background-color css

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

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

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

border-color css

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

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

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