Html Css Color HEX #BA633D Smoke Tree

📋 copy color: '#BA633D'

red 186 ◦ green 99 ◦ blue 61

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

Shades of Smoke Tree #BA633D

Tints of Smoke Tree #BA633D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.63%

R = 53.76%
G = 28.61%
B = 17.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA633D (or 0xBA633D) is known color: Smoke Tree. HEX triplet: BA, 63 and 3D. RGB value is (186,99,61). Sum of RGB (Red+Green+Blue) = 186+99+61=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA633D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA633D is #459CC2. Grayscale: #787878. Windows color (decimal): -4562115 or 4023226. OLE color: 4023226.

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

Color convert

RGB 186 99 61 -
CMYK 0 0.47 0.67 0.27
HSL 18.24º 0.51% 0.48% -
HSV(B) 18.24º 0.67% 0.73% -
XYZ 25.55 19.7 6.87 -
YUV 120.68 94.32 174.59 -
System Red Green Blue C M Y K H S L
Decimal 186 99 61 0 0.47 0.67 0.27 18.24 0.51 0.48
Hex BA 63 3D 0 2F 43 1B 12 33 30
Octal 272 143 75 0 57 103 33 22 63 60
Binary 10111010 1100011 111101 0 101111 1000011 11011 10010 110011 110000

Color Harmonies of #BA633D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA633D

Black with #BA633D

Text Example


Text Example

White with #BA633D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA633D; }

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

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

background-color css

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

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

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

border-color css

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

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

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