Html Css Color HEX #BA6030 Smoke Tree

📋 copy color: '#BA6030'

red 186 ◦ green 96 ◦ blue 48

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

Shades of Smoke Tree #BA6030

Tints of Smoke Tree #BA6030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.55%

R = 56.36%
G = 29.09%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA6030 (or 0xBA6030) is known color: Smoke Tree. HEX triplet: BA, 60 and 30. RGB value is (186,96,48). Sum of RGB (Red+Green+Blue) = 186+96+48=330 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.36% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 48 (19.14% from 255 or 14.55% from 330); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6030 is #459FCF. Grayscale: #757575. Windows color (decimal): -4562896 or 3170490. OLE color: 3170490.

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

Color convert

RGB 186 96 48 -
CMYK 0 0.48 0.74 0.27
HSL 20.87º 0.59% 0.46% -
HSV(B) 20.87º 0.74% 0.73% -
XYZ 24.97 19.02 5.15 -
YUV 117.44 88.82 176.9 -
System Red Green Blue C M Y K H S L
Decimal 186 96 48 0 0.48 0.74 0.27 20.87 0.59 0.46
Hex BA 60 30 0 30 4A 1B 15 3B 2E
Octal 272 140 60 0 60 112 33 25 73 56
Binary 10111010 1100000 110000 0 110000 1001010 11011 10101 111011 101110

Color Harmonies of #BA6030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6030

Black with #BA6030

Text Example


Text Example

White with #BA6030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6030; }

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

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

background-color css

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

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

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

border-color css

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

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

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