Html Css Color HEX #B76846 Tuscany

📋 copy color: '#B76846'

red 183 ◦ green 104 ◦ blue 70

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

Shades of Tuscany #B76846

Tints of Tuscany #B76846

RGB

 RED value IS 183 (71.88% from 255) = 51.26%

 GREEN value IS 104 (41.02% from 255) = 29.13%

 BLUE value IS 70 (27.73% from 255) = 19.61%

R = 51.26%
G = 29.13%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B76846 (or 0xB76846) is known color: Tuscany. HEX triplet: B7, 68 and 46. RGB value is (183,104,70). Sum of RGB (Red+Green+Blue) = 183+104+70=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 104 (41.02% from 255 or 29.13% from 357); Blue value is 70 (27.73% from 255 or 19.61% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B76846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76846 is #4897B9. Grayscale: #7B7B7B. Windows color (decimal): -4757434 or 4614327. OLE color: 4614327.

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

Color convert

RGB 183 104 70 -
CMYK 0 0.43 0.62 0.28
HSL 18.05º 0.45% 0.5% -
HSV(B) 18.05º 0.62% 0.72% -
XYZ 25.58 20.41 8.39 -
YUV 123.75 97.67 170.26 -
System Red Green Blue C M Y K H S L
Decimal 183 104 70 0 0.43 0.62 0.28 18.05 0.45 0.5
Hex B7 68 46 0 2B 3E 1C 12 2D 32
Octal 267 150 106 0 53 76 34 22 55 62
Binary 10110111 1101000 1000110 0 101011 111110 11100 10010 101101 110010

Color Harmonies of #B76846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76846

Black with #B76846

Text Example


Text Example

White with #B76846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76846; }

 p { color: rgb(183,104,70); }

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

background-color css

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

 a { background-color: rgb(183,104,70); }

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

border-color css

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

 span { border-color: rgb(183,104,70); }

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