Html Css Color HEX #BA5D30 Smoke Tree

📋 copy color: '#BA5D30'

red 186 ◦ green 93 ◦ blue 48

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

Shades of Smoke Tree #BA5D30

Tints of Smoke Tree #BA5D30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.68%

R = 56.88%
G = 28.44%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA5D30 (or 0xBA5D30) is known color: Smoke Tree. HEX triplet: BA, 5D and 30. RGB value is (186,93,48). Sum of RGB (Red+Green+Blue) = 186+93+48=327 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.88% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 186 - color contains mainly: red. Hex color #BA5D30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA5D30 is #45A2CF. Grayscale: #737373. Windows color (decimal): -4563664 or 3169722. OLE color: 3169722.

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

Color convert

RGB 186 93 48 -
CMYK 0 0.5 0.74 0.27
HSL 19.57º 0.59% 0.46% -
HSV(B) 19.57º 0.74% 0.73% -
XYZ 24.7 18.48 5.06 -
YUV 115.68 89.81 178.16 -
System Red Green Blue C M Y K H S L
Decimal 186 93 48 0 0.5 0.74 0.27 19.57 0.59 0.46
Hex BA 5D 30 0 32 4A 1B 14 3B 2E
Octal 272 135 60 0 62 112 33 24 73 56
Binary 10111010 1011101 110000 0 110010 1001010 11011 10100 111011 101110

Color Harmonies of #BA5D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA5D30

Black with #BA5D30

Text Example


Text Example

White with #BA5D30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA5D30; }

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

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

background-color css

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

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

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

border-color css

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

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

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