#BA874B

Color #BA874B Tussock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tussock #BA874B

Tints of Tussock #BA874B

Color information

#BA874B (or 0xBA874B) is unknown color: approx Tussock. HEX triplet: BA, 87 and 4B. RGB value is (186,135,75). Sum of RGB (Red+Green+Blue) = 186+135+75=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA874B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA874B is #4578B4. Grayscale: #8F8F8F. Windows color (decimal): -4552885 or 4949946. OLE color: 4949946.

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

Color convert

RGB18613575-
CMYK00.270.600.27
HSL32.43º44.58%51.18%-
HSV(B)32.43º59.68%72.94%-
XYZ30.1828.2810.52-
YUV143.4189.4158.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 135 (53.12% from 255) = 34.09%
BLUE value IS 75 (29.69% from 255) = 18.94%
R=46.97%
G=34.09%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861357500.270.600.2732.4344.5851.18
HexBA874B01B3C1B202d33
Octal2722071130337433405563
Binary1011101010000111100101101101111110011011100000101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA874B; }

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

 H1.HeaderClassName
 {
   color: #BA874B;
 }
 .AnyTagClassName
 {
   color: #BA874B;
 }
</style>
background-color css

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

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

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

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

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

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