Html Css Color HEX #BA623E Smoke Tree

📋 copy color: '#BA623E'

red 186 ◦ green 98 ◦ blue 62

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

Shades of Smoke Tree #BA623E

Tints of Smoke Tree #BA623E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.92%

R = 53.76%
G = 28.32%
B = 17.92%

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

#BA623E (or 0xBA623E) is known color: Smoke Tree. HEX triplet: BA, 62 and 3E. RGB value is (186,98,62). Sum of RGB (Red+Green+Blue) = 186+98+62=346 (45% of max value = 765). Red value is 186 (73.05% from 255 or 53.76% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 186 - color contains mainly: red. Hex color #BA623E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA623E is #459DC1. Grayscale: #787878. Windows color (decimal): -4562370 or 4088506. OLE color: 4088506.

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

Color convert

RGB 186 98 62 -
CMYK 0 0.47 0.67 0.27
HSL 17.42º 0.5% 0.49% -
HSV(B) 17.42º 0.67% 0.73% -
XYZ 25.49 19.52 6.98 -
YUV 120.21 95.15 174.93 -
System Red Green Blue C M Y K H S L
Decimal 186 98 62 0 0.47 0.67 0.27 17.42 0.5 0.49
Hex BA 62 3E 0 2F 43 1B 11 32 31
Octal 272 142 76 0 57 103 33 21 62 61
Binary 10111010 1100010 111110 0 101111 1000011 11011 10001 110010 110001

Color Harmonies of #BA623E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA623E

Black with #BA623E

Text Example


Text Example

White with #BA623E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA623E; }

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

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

background-color css

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

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

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

border-color css

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

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

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