Html Css Color HEX #BA623F Smoke Tree

📋 copy color: '#BA623F'

red 186 ◦ green 98 ◦ blue 63

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

Shades of Smoke Tree #BA623F

Tints of Smoke Tree #BA623F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.24%

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

R = 53.6%
G = 28.24%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA623F (or 0xBA623F) is known color: Smoke Tree. HEX triplet: BA, 62 and 3F. RGB value is (186,98,63). Sum of RGB (Red+Green+Blue) = 186+98+63=347 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.60% from 347); Green value is 98 (38.67% from 255 or 28.24% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 186 - color contains mainly: red. Hex color #BA623F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA623F is #459DC0. Grayscale: #787878. Windows color (decimal): -4562369 or 4154042. OLE color: 4154042.

HSL color Cylindrical-coordinate representation of color #BA623F: hue angle of 17.07º 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 #BA623F is Cyan = 0, Magento = 0.47, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 98 63 -
CMYK 0 0.47 0.66 0.27
HSL 17.07º 0.49% 0.49% -
HSV(B) 17.07º 0.66% 0.73% -
XYZ 25.51 19.53 7.13 -
YUV 120.32 95.65 174.85 -
System Red Green Blue C M Y K H S L
Decimal 186 98 63 0 0.47 0.66 0.27 17.07 0.49 0.49
Hex BA 62 3F 0 2F 42 1B 11 31 31
Octal 272 142 77 0 57 102 33 21 61 61
Binary 10111010 1100010 111111 0 101111 1000010 11011 10001 110001 110001

Color Harmonies of #BA623F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA623F

Black with #BA623F

Text Example


Text Example

White with #BA623F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA623F; }

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

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

background-color css

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

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

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

border-color css

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

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

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