Html Css Color HEX #BA603F Smoke Tree

📋 copy color: '#BA603F'

red 186 ◦ green 96 ◦ blue 63

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

Shades of Smoke Tree #BA603F

Tints of Smoke Tree #BA603F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.26%

R = 53.91%
G = 27.83%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA603F (or 0xBA603F) is known color: Smoke Tree. HEX triplet: BA, 60 and 3F. RGB value is (186,96,63). Sum of RGB (Red+Green+Blue) = 186+96+63=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 63 (25% from 255 or 18.26% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA603F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA603F is #459FC0. Grayscale: #777777. Windows color (decimal): -4562881 or 4153530. OLE color: 4153530.

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

Color convert

RGB 186 96 63 -
CMYK 0 0.48 0.66 0.27
HSL 16.1º 0.49% 0.49% -
HSV(B) 16.1º 0.66% 0.73% -
XYZ 25.33 19.16 7.07 -
YUV 119.15 96.32 175.68 -
System Red Green Blue C M Y K H S L
Decimal 186 96 63 0 0.48 0.66 0.27 16.1 0.49 0.49
Hex BA 60 3F 0 30 42 1B 10 31 31
Octal 272 140 77 0 60 102 33 20 61 61
Binary 10111010 1100000 111111 0 110000 1000010 11011 10000 110001 110001

Color Harmonies of #BA603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA603F

Black with #BA603F

Text Example


Text Example

White with #BA603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA603F; }

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

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

background-color css

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

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

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

border-color css

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

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

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