Html Css Color HEX #BA5B33 Smoke Tree

📋 copy color: '#BA5B33'

red 186 ◦ green 91 ◦ blue 51

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

Shades of Smoke Tree #BA5B33

Tints of Smoke Tree #BA5B33

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.74%

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

R = 56.71%
G = 27.74%
B = 15.55%

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

#BA5B33 (or 0xBA5B33) is known color: Smoke Tree. HEX triplet: BA, 5B and 33. RGB value is (186,91,51). Sum of RGB (Red+Green+Blue) = 186+91+51=328 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.71% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 51 (20.31% from 255 or 15.55% from 328); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5B33 is #45A4CC. Grayscale: #737373. Windows color (decimal): -4564173 or 3365818. OLE color: 3365818.

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

Color convert

RGB 186 91 51 -
CMYK 0 0.51 0.73 0.27
HSL 17.78º 0.57% 0.46% -
HSV(B) 17.78º 0.73% 0.73% -
XYZ 24.59 18.16 5.34 -
YUV 114.85 91.97 178.75 -
System Red Green Blue C M Y K H S L
Decimal 186 91 51 0 0.51 0.73 0.27 17.78 0.57 0.46
Hex BA 5B 33 0 33 49 1B 12 39 2E
Octal 272 133 63 0 63 111 33 22 71 56
Binary 10111010 1011011 110011 0 110011 1001001 11011 10010 111001 101110

Color Harmonies of #BA5B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5B33

Black with #BA5B33

Text Example


Text Example

White with #BA5B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5B33; }

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

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

background-color css

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

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

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

border-color css

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

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

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