Html Css Color HEX #BA6035 Smoke Tree

📋 copy color: '#BA6035'

red 186 ◦ green 96 ◦ blue 53

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

Shades of Smoke Tree #BA6035

Tints of Smoke Tree #BA6035

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.66%

 BLUE value IS 53 (21.09% from 255) = 15.82%

R = 55.52%
G = 28.66%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA6035 (or 0xBA6035) is known color: Smoke Tree. HEX triplet: BA, 60 and 35. RGB value is (186,96,53). Sum of RGB (Red+Green+Blue) = 186+96+53=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 53 (21.09% from 255 or 15.82% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6035 is #459FCA. Grayscale: #767676. Windows color (decimal): -4562891 or 3498170. OLE color: 3498170.

HSL color Cylindrical-coordinate representation of color #BA6035: hue angle of 19.4º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA6035 is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 96 53 -
CMYK 0 0.48 0.72 0.27
HSL 19.4º 0.56% 0.47% -
HSV(B) 19.4º 0.72% 0.73% -
XYZ 25.08 19.06 5.73 -
YUV 118.01 91.32 176.5 -
System Red Green Blue C M Y K H S L
Decimal 186 96 53 0 0.48 0.72 0.27 19.4 0.56 0.47
Hex BA 60 35 0 30 48 1B 13 38 2F
Octal 272 140 65 0 60 110 33 23 70 57
Binary 10111010 1100000 110101 0 110000 1001000 11011 10011 111000 101111

Color Harmonies of #BA6035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6035

Black with #BA6035

Text Example


Text Example

White with #BA6035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6035; }

 p { color: rgb(186,96,53); }

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

background-color css

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

 a { background-color: rgb(186,96,53); }

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

border-color css

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

 span { border-color: rgb(186,96,53); }

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