Html Css Color HEX #BA583C Smoke Tree

📋 copy color: '#BA583C'

red 186 ◦ green 88 ◦ blue 60

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

Shades of Smoke Tree #BA583C

Tints of Smoke Tree #BA583C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.96%

R = 55.69%
G = 26.35%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA583C (or 0xBA583C) is known color: Smoke Tree. HEX triplet: BA, 58 and 3C. RGB value is (186,88,60). Sum of RGB (Red+Green+Blue) = 186+88+60=334 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.69% from 334); Green value is 88 (34.77% from 255 or 26.35% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 186 - color contains mainly: red. Hex color #BA583C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA583C is #45A7C3. Grayscale: #727272. Windows color (decimal): -4564932 or 3954874. OLE color: 3954874.

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

Color convert

RGB 186 88 60 -
CMYK 0 0.53 0.68 0.27
HSL 13.33º 0.51% 0.48% -
HSV(B) 13.33º 0.68% 0.73% -
XYZ 24.56 17.74 6.41 -
YUV 114.11 97.47 179.28 -
System Red Green Blue C M Y K H S L
Decimal 186 88 60 0 0.53 0.68 0.27 13.33 0.51 0.48
Hex BA 58 3C 0 35 44 1B D 33 30
Octal 272 130 74 0 65 104 33 15 63 60
Binary 10111010 1011000 111100 0 110101 1000100 11011 1101 110011 110000

Color Harmonies of #BA583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA583C

Black with #BA583C

Text Example


Text Example

White with #BA583C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA583C; }

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

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

background-color css

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

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

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

border-color css

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

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

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