Html Css Color HEX #BA6335 Smoke Tree

📋 copy color: '#BA6335'

red 186 ◦ green 99 ◦ blue 53

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

Shades of Smoke Tree #BA6335

Tints of Smoke Tree #BA6335

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.29%

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

R = 55.03%
G = 29.29%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BA6335 (or 0xBA6335) is known color: Smoke Tree. HEX triplet: BA, 63 and 35. RGB value is (186,99,53). Sum of RGB (Red+Green+Blue) = 186+99+53=338 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.03% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6335 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6335 is #459CCA. Grayscale: #787878. Windows color (decimal): -4562123 or 3498938. OLE color: 3498938.

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

Color convert

RGB 186 99 53 -
CMYK 0 0.47 0.72 0.27
HSL 20.75º 0.56% 0.47% -
HSV(B) 20.75º 0.72% 0.73% -
XYZ 25.35 19.62 5.82 -
YUV 119.77 90.32 175.24 -
System Red Green Blue C M Y K H S L
Decimal 186 99 53 0 0.47 0.72 0.27 20.75 0.56 0.47
Hex BA 63 35 0 2F 48 1B 15 38 2F
Octal 272 143 65 0 57 110 33 25 70 57
Binary 10111010 1100011 110101 0 101111 1001000 11011 10101 111000 101111

Color Harmonies of #BA6335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6335

Black with #BA6335

Text Example


Text Example

White with #BA6335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6335; }

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

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

background-color css

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

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

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

border-color css

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

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

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