Html Css Color HEX #B86648 Tuscany

📋 copy color: '#B86648'

red 184 ◦ green 102 ◦ blue 72

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

Shades of Tuscany #B86648

Tints of Tuscany #B86648

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.49%

 BLUE value IS 72 (28.52% from 255) = 20.11%

R = 51.4%
G = 28.49%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B86648 (or 0xB86648) is known color: Tuscany. HEX triplet: B8, 66 and 48. RGB value is (184,102,72). Sum of RGB (Red+Green+Blue) = 184+102+72=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 72 (28.52% from 255 or 20.11% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B86648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86648 is #4799B7. Grayscale: #7B7B7B. Windows color (decimal): -4692408 or 4744888. OLE color: 4744888.

HSL color Cylindrical-coordinate representation of color #B86648: hue angle of 16.07º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B86648 is Cyan = 0, Magento = 0.45, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 102 72 -
CMYK 0 0.45 0.61 0.28
HSL 16.07º 0.44% 0.5% -
HSV(B) 16.07º 0.61% 0.72% -
XYZ 25.69 20.16 8.67 -
YUV 123.1 99.17 171.44 -
System Red Green Blue C M Y K H S L
Decimal 184 102 72 0 0.45 0.61 0.28 16.07 0.44 0.5
Hex B8 66 48 0 2D 3D 1C 10 2C 32
Octal 270 146 110 0 55 75 34 20 54 62
Binary 10111000 1100110 1001000 0 101101 111101 11100 10000 101100 110010

Color Harmonies of #B86648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86648

Black with #B86648

Text Example


Text Example

White with #B86648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86648; }

 p { color: rgb(184,102,72); }

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

background-color css

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

 a { background-color: rgb(184,102,72); }

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

border-color css

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

 span { border-color: rgb(184,102,72); }

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