Html Css Color HEX #B86244 Tuscany

📋 copy color: '#B86244'

red 184 ◦ green 98 ◦ blue 68

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

Shades of Tuscany #B86244

Tints of Tuscany #B86244

RGB

 RED value IS 184 (72.27% from 255) = 52.57%

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

 BLUE value IS 68 (26.95% from 255) = 19.43%

R = 52.57%
G = 28%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B86244 (or 0xB86244) is known color: Tuscany. HEX triplet: B8, 62 and 44. RGB value is (184,98,68). Sum of RGB (Red+Green+Blue) = 184+98+68=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B86244 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86244 is #479DBB. Grayscale: #787878. Windows color (decimal): -4693436 or 4481720. OLE color: 4481720.

HSL color Cylindrical-coordinate representation of color #B86244: hue angle of 15.52º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B86244 is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 98 68 -
CMYK 0 0.47 0.63 0.28
HSL 15.52º 0.46% 0.49% -
HSV(B) 15.52º 0.63% 0.72% -
XYZ 25.18 19.34 7.88 -
YUV 120.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 184 98 68 0 0.47 0.63 0.28 15.52 0.46 0.49
Hex B8 62 44 0 2F 3F 1C 10 2E 31
Octal 270 142 104 0 57 77 34 20 56 61
Binary 10111000 1100010 1000100 0 101111 111111 11100 10000 101110 110001

Color Harmonies of #B86244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86244

Black with #B86244

Text Example


Text Example

White with #B86244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86244; }

 p { color: rgb(184,98,68); }

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

background-color css

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

 a { background-color: rgb(184,98,68); }

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

border-color css

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

 span { border-color: rgb(184,98,68); }

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