Html Css Color HEX #BA633C Smoke Tree

📋 copy color: '#BA633C'

red 186 ◦ green 99 ◦ blue 60

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

Shades of Smoke Tree #BA633C

Tints of Smoke Tree #BA633C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.7%

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

R = 53.91%
G = 28.7%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA633C (or 0xBA633C) is known color: Smoke Tree. HEX triplet: BA, 63 and 3C. RGB value is (186,99,60). Sum of RGB (Red+Green+Blue) = 186+99+60=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA633C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA633C is #459CC3. Grayscale: #787878. Windows color (decimal): -4562116 or 3957690. OLE color: 3957690.

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

Color convert

RGB 186 99 60 -
CMYK 0 0.47 0.68 0.27
HSL 18.57º 0.51% 0.48% -
HSV(B) 18.57º 0.68% 0.73% -
XYZ 25.53 19.69 6.73 -
YUV 120.57 93.82 174.67 -
System Red Green Blue C M Y K H S L
Decimal 186 99 60 0 0.47 0.68 0.27 18.57 0.51 0.48
Hex BA 63 3C 0 2F 44 1B 13 33 30
Octal 272 143 74 0 57 104 33 23 63 60
Binary 10111010 1100011 111100 0 101111 1000100 11011 10011 110011 110000

Color Harmonies of #BA633C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA633C

Black with #BA633C

Text Example


Text Example

White with #BA633C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA633C; }

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

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

background-color css

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

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

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

border-color css

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

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

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