Html Css Color HEX #BA9348 Tussock

📋 copy color: '#BA9348'

red 186 ◦ green 147 ◦ blue 72

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

Shades of Tussock #BA9348

Tints of Tussock #BA9348

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.3%

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

R = 45.93%
G = 36.3%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BA9348 (or 0xBA9348) is known color: Tussock. HEX triplet: BA, 93 and 48. RGB value is (186,147,72). Sum of RGB (Red+Green+Blue) = 186+147+72=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 147 (57.81% from 255 or 36.30% from 405); Blue value is 72 (28.52% from 255 or 17.78% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA9348 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA9348 is #456CB7. Grayscale: #969696. Windows color (decimal): -4549816 or 4756410. OLE color: 4756410.

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

Color convert

RGB 186 147 72 -
CMYK 0 0.21 0.61 0.27
HSL 39.47º 0.45% 0.51% -
HSV(B) 39.47º 0.61% 0.73% -
XYZ 31.85 31.77 10.59 -
YUV 150.11 83.92 153.6 -
System Red Green Blue C M Y K H S L
Decimal 186 147 72 0 0.21 0.61 0.27 39.47 0.45 0.51
Hex BA 93 48 0 15 3D 1B 27 2D 33
Octal 272 223 110 0 25 75 33 47 55 63
Binary 10111010 10010011 1001000 0 10101 111101 11011 100111 101101 110011

Color Harmonies of #BA9348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA9348

Black with #BA9348

Text Example


Text Example

White with #BA9348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA9348; }

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

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

background-color css

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

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

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

border-color css

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

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

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