Html Css Color HEX #B86342 Tuscany

📋 copy color: '#B86342'

red 184 ◦ green 99 ◦ blue 66

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

Shades of Tuscany #B86342

Tints of Tuscany #B86342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.91%

R = 52.72%
G = 28.37%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B86342 (or 0xB86342) is known color: Tuscany. HEX triplet: B8, 63 and 42. RGB value is (184,99,66). Sum of RGB (Red+Green+Blue) = 184+99+66=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 66 (26.17% from 255 or 18.91% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B86342 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B86342 is #479CBD. Grayscale: #787878. Windows color (decimal): -4693182 or 4350904. OLE color: 4350904.

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

Color convert

RGB 184 99 66 -
CMYK 0 0.46 0.64 0.28
HSL 16.78º 0.47% 0.49% -
HSV(B) 16.78º 0.64% 0.72% -
XYZ 25.21 19.51 7.59 -
YUV 120.65 97.16 173.18 -
System Red Green Blue C M Y K H S L
Decimal 184 99 66 0 0.46 0.64 0.28 16.78 0.47 0.49
Hex B8 63 42 0 2E 40 1C 11 2F 31
Octal 270 143 102 0 56 100 34 21 57 61
Binary 10111000 1100011 1000010 0 101110 1000000 11100 10001 101111 110001

Color Harmonies of #B86342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B86342

Black with #B86342

Text Example


Text Example

White with #B86342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B86342; }

 p { color: rgb(184,99,66); }

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

background-color css

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

 a { background-color: rgb(184,99,66); }

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

border-color css

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

 span { border-color: rgb(184,99,66); }

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