Html Css Color HEX #BA663A Smoke Tree

📋 copy color: '#BA663A'

red 186 ◦ green 102 ◦ blue 58

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

Shades of Smoke Tree #BA663A

Tints of Smoke Tree #BA663A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.76%

R = 53.76%
G = 29.48%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA663A (or 0xBA663A) is known color: Smoke Tree. HEX triplet: BA, 66 and 3A. RGB value is (186,102,58). Sum of RGB (Red+Green+Blue) = 186+102+58=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA663A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA663A is #4599C5. Grayscale: #7A7A7A. Windows color (decimal): -4561350 or 3827386. OLE color: 3827386.

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

Color convert

RGB 186 102 58 -
CMYK 0 0.45 0.69 0.27
HSL 20.63º 0.52% 0.48% -
HSV(B) 20.63º 0.69% 0.73% -
XYZ 25.76 20.25 6.55 -
YUV 122.1 91.83 173.58 -
System Red Green Blue C M Y K H S L
Decimal 186 102 58 0 0.45 0.69 0.27 20.63 0.52 0.48
Hex BA 66 3A 0 2D 45 1B 15 34 30
Octal 272 146 72 0 55 105 33 25 64 60
Binary 10111010 1100110 111010 0 101101 1000101 11011 10101 110100 110000

Color Harmonies of #BA663A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA663A

Black with #BA663A

Text Example


Text Example

White with #BA663A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA663A; }

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

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

background-color css

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

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

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

border-color css

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

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

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