Html Css Color HEX #BA6332 Smoke Tree

📋 copy color: '#BA6332'

red 186 ◦ green 99 ◦ blue 50

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

Shades of Smoke Tree #BA6332

Tints of Smoke Tree #BA6332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.93%

R = 55.52%
G = 29.55%
B = 14.93%

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

#BA6332 (or 0xBA6332) is known color: Smoke Tree. HEX triplet: BA, 63 and 32. RGB value is (186,99,50). Sum of RGB (Red+Green+Blue) = 186+99+50=335 (44% of max value = 765). Red value is 186 (73.05% from 255 or 55.52% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA6332 is #459CCD. Grayscale: #777777. Windows color (decimal): -4562126 or 3302330. OLE color: 3302330.

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

Color convert

RGB 186 99 50 -
CMYK 0 0.47 0.73 0.27
HSL 21.62º 0.58% 0.46% -
HSV(B) 21.62º 0.73% 0.73% -
XYZ 25.29 19.59 5.47 -
YUV 119.43 88.82 175.48 -
System Red Green Blue C M Y K H S L
Decimal 186 99 50 0 0.47 0.73 0.27 21.62 0.58 0.46
Hex BA 63 32 0 2F 49 1B 16 3A 2E
Octal 272 143 62 0 57 111 33 26 72 56
Binary 10111010 1100011 110010 0 101111 1001001 11011 10110 111010 101110

Color Harmonies of #BA6332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA6332

Black with #BA6332

Text Example


Text Example

White with #BA6332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA6332; }

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

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

background-color css

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

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

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

border-color css

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

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

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