Html Css Color HEX #BA663C Smoke Tree

📋 copy color: '#BA663C'

red 186 ◦ green 102 ◦ blue 60

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

Shades of Smoke Tree #BA663C

Tints of Smoke Tree #BA663C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.31%

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

R = 53.45%
G = 29.31%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA663C (or 0xBA663C) is known color: Smoke Tree. HEX triplet: BA, 66 and 3C. RGB value is (186,102,60). Sum of RGB (Red+Green+Blue) = 186+102+60=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA663C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA663C is #4599C3. Grayscale: #7A7A7A. Windows color (decimal): -4561348 or 3958458. OLE color: 3958458.

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

Color convert

RGB 186 102 60 -
CMYK 0 0.45 0.68 0.27
HSL 20º 0.51% 0.48% -
HSV(B) 20º 0.68% 0.73% -
XYZ 25.82 20.27 6.83 -
YUV 122.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 186 102 60 0 0.45 0.68 0.27 20 0.51 0.48
Hex BA 66 3C 0 2D 44 1B 14 33 30
Octal 272 146 74 0 55 104 33 24 63 60
Binary 10111010 1100110 111100 0 101101 1000100 11011 10100 110011 110000

Color Harmonies of #BA663C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA663C

Black with #BA663C

Text Example


Text Example

White with #BA663C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA663C; }

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

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

background-color css

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

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

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

border-color css

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

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

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