Html Css Color HEX #BA5C33 Smoke Tree

📋 copy color: '#BA5C33'

red 186 ◦ green 92 ◦ blue 51

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

Shades of Smoke Tree #BA5C33

Tints of Smoke Tree #BA5C33

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.96%

 BLUE value IS 51 (20.31% from 255) = 15.5%

R = 56.53%
G = 27.96%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA5C33 (or 0xBA5C33) is known color: Smoke Tree. HEX triplet: BA, 5C and 33. RGB value is (186,92,51). Sum of RGB (Red+Green+Blue) = 186+92+51=329 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.53% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5C33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5C33 is #45A3CC. Grayscale: #737373. Windows color (decimal): -4563917 or 3366074. OLE color: 3366074.

HSL color Cylindrical-coordinate representation of color #BA5C33: hue angle of 18.22º degrees, saturation: 0.57, 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 #BA5C33 is Cyan = 0, Magento = 0.51, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 92 51 -
CMYK 0 0.51 0.73 0.27
HSL 18.22º 0.57% 0.46% -
HSV(B) 18.22º 0.73% 0.73% -
XYZ 24.67 18.33 5.37 -
YUV 115.43 91.64 178.33 -
System Red Green Blue C M Y K H S L
Decimal 186 92 51 0 0.51 0.73 0.27 18.22 0.57 0.46
Hex BA 5C 33 0 33 49 1B 12 39 2E
Octal 272 134 63 0 63 111 33 22 71 56
Binary 10111010 1011100 110011 0 110011 1001001 11011 10010 111001 101110

Color Harmonies of #BA5C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5C33

Black with #BA5C33

Text Example


Text Example

White with #BA5C33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5C33; }

 p { color: rgb(186,92,51); }

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

background-color css

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

 a { background-color: rgb(186,92,51); }

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

border-color css

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

 span { border-color: rgb(186,92,51); }

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