Html Css Color HEX #BA5D33 Smoke Tree

📋 copy color: '#BA5D33'

red 186 ◦ green 93 ◦ blue 51

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

Shades of Smoke Tree #BA5D33

Tints of Smoke Tree #BA5D33

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.18%

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

R = 56.36%
G = 28.18%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA5D33 (or 0xBA5D33) is known color: Smoke Tree. HEX triplet: BA, 5D and 33. RGB value is (186,93,51). Sum of RGB (Red+Green+Blue) = 186+93+51=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 93 (36.72% from 255 or 28.18% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D33 is #45A2CC. Grayscale: #747474. Windows color (decimal): -4563661 or 3366330. OLE color: 3366330.

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

Color convert

RGB 186 93 51 -
CMYK 0 0.5 0.73 0.27
HSL 18.67º 0.57% 0.46% -
HSV(B) 18.67º 0.73% 0.73% -
XYZ 24.76 18.51 5.4 -
YUV 116.02 91.31 177.92 -
System Red Green Blue C M Y K H S L
Decimal 186 93 51 0 0.5 0.73 0.27 18.67 0.57 0.46
Hex BA 5D 33 0 32 49 1B 13 39 2E
Octal 272 135 63 0 62 111 33 23 71 56
Binary 10111010 1011101 110011 0 110010 1001001 11011 10011 111001 101110

Color Harmonies of #BA5D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D33

Black with #BA5D33

Text Example


Text Example

White with #BA5D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D33; }

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

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

background-color css

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

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

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

border-color css

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

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

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