Html Css Color HEX #BA603A Smoke Tree

📋 copy color: '#BA603A'

red 186 ◦ green 96 ◦ blue 58

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

Shades of Smoke Tree #BA603A

Tints of Smoke Tree #BA603A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.24%

 BLUE value IS 58 (23.05% from 255) = 17.06%

R = 54.71%
G = 28.24%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BA603A (or 0xBA603A) is known color: Smoke Tree. HEX triplet: BA, 60 and 3A. RGB value is (186,96,58). Sum of RGB (Red+Green+Blue) = 186+96+58=340 (45% of max value = 765). Red value is 186 (73.05% from 255 or 54.71% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 186 - color contains mainly: red. Hex color #BA603A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA603A is #459FC5. Grayscale: #767676. Windows color (decimal): -4562886 or 3825850. OLE color: 3825850.

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

Color convert

RGB 186 96 58 -
CMYK 0 0.48 0.69 0.27
HSL 17.81º 0.52% 0.48% -
HSV(B) 17.81º 0.69% 0.73% -
XYZ 25.2 19.11 6.36 -
YUV 118.58 93.82 176.09 -
System Red Green Blue C M Y K H S L
Decimal 186 96 58 0 0.48 0.69 0.27 17.81 0.52 0.48
Hex BA 60 3A 0 30 45 1B 12 34 30
Octal 272 140 72 0 60 105 33 22 64 60
Binary 10111010 1100000 111010 0 110000 1000101 11011 10010 110100 110000

Color Harmonies of #BA603A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA603A

Black with #BA603A

Text Example


Text Example

White with #BA603A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA603A; }

 p { color: rgb(186,96,58); }

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

background-color css

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

 a { background-color: rgb(186,96,58); }

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

border-color css

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

 span { border-color: rgb(186,96,58); }

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