Html Css Color HEX #BA854B Tussock

📋 copy color: '#BA854B'

red 186 ◦ green 133 ◦ blue 75

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

Shades of Tussock #BA854B

Tints of Tussock #BA854B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.76%

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

R = 47.21%
G = 33.76%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA854B (or 0xBA854B) is known color: Tussock. HEX triplet: BA, 85 and 4B. RGB value is (186,133,75). Sum of RGB (Red+Green+Blue) = 186+133+75=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA854B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA854B is #457AB4. Grayscale: #8E8E8E. Windows color (decimal): -4553397 or 4949434. OLE color: 4949434.

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

Color convert

RGB 186 133 75 -
CMYK 0 0.28 0.60 0.27
HSL 31.35º 0.45% 0.51% -
HSV(B) 31.35º 0.6% 0.73% -
XYZ 29.91 27.72 10.43 -
YUV 142.24 90.06 159.22 -
System Red Green Blue C M Y K H S L
Decimal 186 133 75 0 0.28 0.60 0.27 31.35 0.45 0.51
Hex BA 85 4B 0 1C 3C 1B 1F 2D 33
Octal 272 205 113 0 34 74 33 37 55 63
Binary 10111010 10000101 1001011 0 11100 111100 11011 11111 101101 110011

Color Harmonies of #BA854B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA854B

Black with #BA854B

Text Example


Text Example

White with #BA854B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA854B; }

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

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

background-color css

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

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

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

border-color css

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

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

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