Html Css Color HEX #BA6230 Smoke Tree

📋 copy color: '#BA6230'

red 186 ◦ green 98 ◦ blue 48

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

Shades of Smoke Tree #BA6230

Tints of Smoke Tree #BA6230

RGB

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

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

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

R = 56.02%
G = 29.52%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BA6230 (or 0xBA6230) is known color: Smoke Tree. HEX triplet: BA, 62 and 30. RGB value is (186,98,48). Sum of RGB (Red+Green+Blue) = 186+98+48=332 (43% of max value = 765). Red value is 186 (73.05% from 255 or 56.02% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6230 is #459DCF. Grayscale: #767676. Windows color (decimal): -4562384 or 3171002. OLE color: 3171002.

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

Color convert

RGB 186 98 48 -
CMYK 0 0.47 0.74 0.27
HSL 21.74º 0.59% 0.46% -
HSV(B) 21.74º 0.74% 0.73% -
XYZ 25.15 19.39 5.21 -
YUV 118.61 88.15 176.07 -
System Red Green Blue C M Y K H S L
Decimal 186 98 48 0 0.47 0.74 0.27 21.74 0.59 0.46
Hex BA 62 30 0 2F 4A 1B 16 3B 2E
Octal 272 142 60 0 57 112 33 26 73 56
Binary 10111010 1100010 110000 0 101111 1001010 11011 10110 111011 101110

Color Harmonies of #BA6230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6230

Black with #BA6230

Text Example


Text Example

White with #BA6230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6230; }

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

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

background-color css

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

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

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

border-color css

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

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

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