Html Css Color HEX #BA6232 Smoke Tree

📋 copy color: '#BA6232'

red 186 ◦ green 98 ◦ blue 50

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

Shades of Smoke Tree #BA6232

Tints of Smoke Tree #BA6232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.97%

R = 55.69%
G = 29.34%
B = 14.97%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA6232 (or 0xBA6232) is known color: Smoke Tree. HEX triplet: BA, 62 and 32. RGB value is (186,98,50). Sum of RGB (Red+Green+Blue) = 186+98+50=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 98 (38.67% from 255 or 29.34% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6232 is #459DCD. Grayscale: #777777. Windows color (decimal): -4562382 or 3302074. OLE color: 3302074.

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

Color convert

RGB 186 98 50 -
CMYK 0 0.47 0.73 0.27
HSL 21.18º 0.58% 0.46% -
HSV(B) 21.18º 0.73% 0.73% -
XYZ 25.19 19.4 5.44 -
YUV 118.84 89.15 175.9 -
System Red Green Blue C M Y K H S L
Decimal 186 98 50 0 0.47 0.73 0.27 21.18 0.58 0.46
Hex BA 62 32 0 2F 49 1B 15 3A 2E
Octal 272 142 62 0 57 111 33 25 72 56
Binary 10111010 1100010 110010 0 101111 1001001 11011 10101 111010 101110

Color Harmonies of #BA6232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6232

Black with #BA6232

Text Example


Text Example

White with #BA6232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6232; }

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

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

background-color css

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

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

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

border-color css

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

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

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