Html Css Color HEX #BA603E Smoke Tree

📋 copy color: '#BA603E'

red 186 ◦ green 96 ◦ blue 62

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

Shades of Smoke Tree #BA603E

Tints of Smoke Tree #BA603E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.91%

 BLUE value IS 62 (24.61% from 255) = 18.02%

R = 54.07%
G = 27.91%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA603E (or 0xBA603E) is known color: Smoke Tree. HEX triplet: BA, 60 and 3E. RGB value is (186,96,62). Sum of RGB (Red+Green+Blue) = 186+96+62=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA603E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA603E is #459FC1. Grayscale: #777777. Windows color (decimal): -4562882 or 4087994. OLE color: 4087994.

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

Color convert

RGB 186 96 62 -
CMYK 0 0.48 0.67 0.27
HSL 16.45º 0.5% 0.49% -
HSV(B) 16.45º 0.67% 0.73% -
XYZ 25.3 19.15 6.92 -
YUV 119.03 95.82 175.76 -
System Red Green Blue C M Y K H S L
Decimal 186 96 62 0 0.48 0.67 0.27 16.45 0.5 0.49
Hex BA 60 3E 0 30 43 1B 10 32 31
Octal 272 140 76 0 60 103 33 20 62 61
Binary 10111010 1100000 111110 0 110000 1000011 11011 10000 110010 110001

Color Harmonies of #BA603E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA603E

Black with #BA603E

Text Example


Text Example

White with #BA603E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA603E; }

 p { color: rgb(186,96,62); }

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

background-color css

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

 a { background-color: rgb(186,96,62); }

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

border-color css

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

 span { border-color: rgb(186,96,62); }

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