Html Css Color HEX #BA583A Smoke Tree

📋 copy color: '#BA583A'

red 186 ◦ green 88 ◦ blue 58

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

Shades of Smoke Tree #BA583A

Tints of Smoke Tree #BA583A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.47%

R = 56.02%
G = 26.51%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA583A (or 0xBA583A) is known color: Smoke Tree. HEX triplet: BA, 58 and 3A. RGB value is (186,88,58). Sum of RGB (Red+Green+Blue) = 186+88+58=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA583A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA583A is #45A7C5. Grayscale: #727272. Windows color (decimal): -4564934 or 3823802. OLE color: 3823802.

HSL color Cylindrical-coordinate representation of color #BA583A: hue angle of 14.06º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BA583A is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 88 58 -
CMYK 0 0.53 0.69 0.27
HSL 14.06º 0.52% 0.48% -
HSV(B) 14.06º 0.69% 0.73% -
XYZ 24.5 17.72 6.13 -
YUV 113.88 96.47 179.44 -
System Red Green Blue C M Y K H S L
Decimal 186 88 58 0 0.53 0.69 0.27 14.06 0.52 0.48
Hex BA 58 3A 0 35 45 1B E 34 30
Octal 272 130 72 0 65 105 33 16 64 60
Binary 10111010 1011000 111010 0 110101 1000101 11011 1110 110100 110000

Color Harmonies of #BA583A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA583A

Black with #BA583A

Text Example


Text Example

White with #BA583A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA583A; }

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

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

background-color css

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

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

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

border-color css

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

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

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