Html Css Color HEX #BA633F Smoke Tree

📋 copy color: '#BA633F'

red 186 ◦ green 99 ◦ blue 63

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

Shades of Smoke Tree #BA633F

Tints of Smoke Tree #BA633F

RGB

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

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

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

R = 53.45%
G = 28.45%
B = 18.1%

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

#BA633F (or 0xBA633F) is known color: Smoke Tree. HEX triplet: BA, 63 and 3F. RGB value is (186,99,63). Sum of RGB (Red+Green+Blue) = 186+99+63=348 (46% of max value = 765). Red value is 186 (73.05% from 255 or 53.45% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 63 (25% from 255 or 18.10% from 348); Max value from RGB is 186 - color contains mainly: red. Hex color #BA633F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA633F is #459CC0. Grayscale: #797979. Windows color (decimal): -4562113 or 4154298. OLE color: 4154298.

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

Color convert

RGB 186 99 63 -
CMYK 0 0.47 0.66 0.27
HSL 17.56º 0.49% 0.49% -
HSV(B) 17.56º 0.66% 0.73% -
XYZ 25.61 19.72 7.16 -
YUV 120.91 95.32 174.43 -
System Red Green Blue C M Y K H S L
Decimal 186 99 63 0 0.47 0.66 0.27 17.56 0.49 0.49
Hex BA 63 3F 0 2F 42 1B 12 31 31
Octal 272 143 77 0 57 102 33 22 61 61
Binary 10111010 1100011 111111 0 101111 1000010 11011 10010 110001 110001

Color Harmonies of #BA633F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA633F

Black with #BA633F

Text Example


Text Example

White with #BA633F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA633F; }

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

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

background-color css

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

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

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

border-color css

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

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

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