Html Css Color HEX #BA6235 Smoke Tree

📋 copy color: '#BA6235'

red 186 ◦ green 98 ◦ blue 53

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

Shades of Smoke Tree #BA6235

Tints of Smoke Tree #BA6235

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.08%

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

R = 55.19%
G = 29.08%
B = 15.73%

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

#BA6235 (or 0xBA6235) is known color: Smoke Tree. HEX triplet: BA, 62 and 35. RGB value is (186,98,53). Sum of RGB (Red+Green+Blue) = 186+98+53=337 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.19% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 53 (21.09% from 255 or 15.73% from 337); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6235 is #459DCA. Grayscale: #777777. Windows color (decimal): -4562379 or 3498682. OLE color: 3498682.

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

Color convert

RGB 186 98 53 -
CMYK 0 0.47 0.72 0.27
HSL 20.3º 0.56% 0.47% -
HSV(B) 20.3º 0.72% 0.73% -
XYZ 25.26 19.43 5.79 -
YUV 119.18 90.65 175.66 -
System Red Green Blue C M Y K H S L
Decimal 186 98 53 0 0.47 0.72 0.27 20.3 0.56 0.47
Hex BA 62 35 0 2F 48 1B 14 38 2F
Octal 272 142 65 0 57 110 33 24 70 57
Binary 10111010 1100010 110101 0 101111 1001000 11011 10100 111000 101111

Color Harmonies of #BA6235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6235

Black with #BA6235

Text Example


Text Example

White with #BA6235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6235; }

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

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

background-color css

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

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

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

border-color css

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

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

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