Html Css Color HEX #BA623C Smoke Tree

📋 copy color: '#BA623C'

red 186 ◦ green 98 ◦ blue 60

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

Shades of Smoke Tree #BA623C

Tints of Smoke Tree #BA623C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.44%

R = 54.07%
G = 28.49%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA623C (or 0xBA623C) is known color: Smoke Tree. HEX triplet: BA, 62 and 3C. RGB value is (186,98,60). Sum of RGB (Red+Green+Blue) = 186+98+60=344 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.07% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 186 - color contains mainly: red. Hex color #BA623C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA623C is #459DC3. Grayscale: #787878. Windows color (decimal): -4562372 or 3957434. OLE color: 3957434.

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

Color convert

RGB 186 98 60 -
CMYK 0 0.47 0.68 0.27
HSL 18.1º 0.51% 0.48% -
HSV(B) 18.1º 0.68% 0.73% -
XYZ 25.43 19.5 6.7 -
YUV 119.98 94.15 175.09 -
System Red Green Blue C M Y K H S L
Decimal 186 98 60 0 0.47 0.68 0.27 18.1 0.51 0.48
Hex BA 62 3C 0 2F 44 1B 12 33 30
Octal 272 142 74 0 57 104 33 22 63 60
Binary 10111010 1100010 111100 0 101111 1000100 11011 10010 110011 110000

Color Harmonies of #BA623C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA623C

Black with #BA623C

Text Example


Text Example

White with #BA623C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA623C; }

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

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

background-color css

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

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

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

border-color css

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

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

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