Html Css Color HEX #BA623D Smoke Tree

📋 copy color: '#BA623D'

red 186 ◦ green 98 ◦ blue 61

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

Shades of Smoke Tree #BA623D

Tints of Smoke Tree #BA623D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.41%

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

R = 53.91%
G = 28.41%
B = 17.68%

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

#BA623D (or 0xBA623D) is known color: Smoke Tree. HEX triplet: BA, 62 and 3D. RGB value is (186,98,61). Sum of RGB (Red+Green+Blue) = 186+98+61=345 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.91% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 61 (24.22% from 255 or 17.68% from 345); Max value from RGB is 186 - color contains mainly: red. Hex color #BA623D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA623D is #459DC2. Grayscale: #787878. Windows color (decimal): -4562371 or 4022970. OLE color: 4022970.

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

Color convert

RGB 186 98 61 -
CMYK 0 0.47 0.67 0.27
HSL 17.76º 0.51% 0.48% -
HSV(B) 17.76º 0.67% 0.73% -
XYZ 25.46 19.51 6.84 -
YUV 120.09 94.65 175.01 -
System Red Green Blue C M Y K H S L
Decimal 186 98 61 0 0.47 0.67 0.27 17.76 0.51 0.48
Hex BA 62 3D 0 2F 43 1B 12 33 30
Octal 272 142 75 0 57 103 33 22 63 60
Binary 10111010 1100010 111101 0 101111 1000011 11011 10010 110011 110000

Color Harmonies of #BA623D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA623D

Black with #BA623D

Text Example


Text Example

White with #BA623D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA623D; }

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

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

background-color css

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

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

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

border-color css

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

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

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