Html Css Color HEX #BA8748 Tussock

📋 copy color: '#BA8748'

red 186 ◦ green 135 ◦ blue 72

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

Shades of Tussock #BA8748

Tints of Tussock #BA8748

RGB

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

 GREEN value IS 135 (53.13% from 255) = 34.35%

 BLUE value IS 72 (28.52% from 255) = 18.32%

R = 47.33%
G = 34.35%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA8748 (or 0xBA8748) is known color: Tussock. HEX triplet: BA, 87 and 48. RGB value is (186,135,72). Sum of RGB (Red+Green+Blue) = 186+135+72=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 135 (53.12% from 255 or 34.35% from 393); Blue value is 72 (28.52% from 255 or 18.32% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8748 is #4578B7. Grayscale: #8F8F8F. Windows color (decimal): -4552888 or 4753338. OLE color: 4753338.

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

Color convert

RGB 186 135 72 -
CMYK 0 0.27 0.61 0.27
HSL 33.16º 0.45% 0.51% -
HSV(B) 33.16º 0.61% 0.73% -
XYZ 30.08 28.23 10 -
YUV 143.07 87.9 158.62 -
System Red Green Blue C M Y K H S L
Decimal 186 135 72 0 0.27 0.61 0.27 33.16 0.45 0.51
Hex BA 87 48 0 1B 3D 1B 21 2D 33
Octal 272 207 110 0 33 75 33 41 55 63
Binary 10111010 10000111 1001000 0 11011 111101 11011 100001 101101 110011

Color Harmonies of #BA8748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8748

Black with #BA8748

Text Example


Text Example

White with #BA8748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8748; }

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

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

background-color css

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

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

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

border-color css

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

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

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