Html Css Color HEX #BA5833 Smoke Tree

📋 copy color: '#BA5833'

red 186 ◦ green 88 ◦ blue 51

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

Shades of Smoke Tree #BA5833

Tints of Smoke Tree #BA5833

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.08%

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

R = 57.23%
G = 27.08%
B = 15.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA5833 (or 0xBA5833) is known color: Smoke Tree. HEX triplet: BA, 58 and 33. RGB value is (186,88,51). Sum of RGB (Red+Green+Blue) = 186+88+51=325 (43% of max value = 765). Red value is 186 (73.05% from 255 or 57.23% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 51 (20.31% from 255 or 15.69% from 325); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5833 is #45A7CC. Grayscale: #717171. Windows color (decimal): -4564941 or 3365050. OLE color: 3365050.

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

Color convert

RGB 186 88 51 -
CMYK 0 0.53 0.73 0.27
HSL 16.44º 0.57% 0.46% -
HSV(B) 16.44º 0.73% 0.73% -
XYZ 24.34 17.66 5.26 -
YUV 113.08 92.97 180.01 -
System Red Green Blue C M Y K H S L
Decimal 186 88 51 0 0.53 0.73 0.27 16.44 0.57 0.46
Hex BA 58 33 0 35 49 1B 10 39 2E
Octal 272 130 63 0 65 111 33 20 71 56
Binary 10111010 1011000 110011 0 110101 1001001 11011 10000 111001 101110

Color Harmonies of #BA5833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5833

Black with #BA5833

Text Example


Text Example

White with #BA5833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5833; }

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

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

background-color css

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

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

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

border-color css

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

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

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