Html Css Color HEX #BA6333 Smoke Tree

📋 copy color: '#BA6333'

red 186 ◦ green 99 ◦ blue 51

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

Shades of Smoke Tree #BA6333

Tints of Smoke Tree #BA6333

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.46%

 BLUE value IS 51 (20.31% from 255) = 15.18%

R = 55.36%
G = 29.46%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BA6333 (or 0xBA6333) is known color: Smoke Tree. HEX triplet: BA, 63 and 33. RGB value is (186,99,51). Sum of RGB (Red+Green+Blue) = 186+99+51=336 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.36% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6333 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6333 is #459CCC. Grayscale: #777777. Windows color (decimal): -4562125 or 3367866. OLE color: 3367866.

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

Color convert

RGB 186 99 51 -
CMYK 0 0.47 0.73 0.27
HSL 21.33º 0.57% 0.46% -
HSV(B) 21.33º 0.73% 0.73% -
XYZ 25.31 19.6 5.58 -
YUV 119.54 89.32 175.4 -
System Red Green Blue C M Y K H S L
Decimal 186 99 51 0 0.47 0.73 0.27 21.33 0.57 0.46
Hex BA 63 33 0 2F 49 1B 15 39 2E
Octal 272 143 63 0 57 111 33 25 71 56
Binary 10111010 1100011 110011 0 101111 1001001 11011 10101 111001 101110

Color Harmonies of #BA6333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6333

Black with #BA6333

Text Example


Text Example

White with #BA6333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6333; }

 p { color: rgb(186,99,51); }

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

background-color css

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

 a { background-color: rgb(186,99,51); }

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

border-color css

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

 span { border-color: rgb(186,99,51); }

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