Html Css Color HEX #B76444 Tuscany

📋 copy color: '#B76444'

red 183 ◦ green 100 ◦ blue 68

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

Shades of Tuscany #B76444

Tints of Tuscany #B76444

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.49%

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

R = 52.14%
G = 28.49%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B76444 (or 0xB76444) is known color: Tuscany. HEX triplet: B7, 64 and 44. RGB value is (183,100,68). Sum of RGB (Red+Green+Blue) = 183+100+68=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 100 (39.45% from 255 or 28.49% from 351); Blue value is 68 (26.95% from 255 or 19.37% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B76444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76444 is #489BBB. Grayscale: #797979. Windows color (decimal): -4758460 or 4482231. OLE color: 4482231.

HSL color Cylindrical-coordinate representation of color #B76444: hue angle of 16.7º 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 #B76444 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 100 68 -
CMYK 0 0.45 0.63 0.28
HSL 16.7º 0.46% 0.49% -
HSV(B) 16.7º 0.63% 0.72% -
XYZ 25.13 19.6 7.93 -
YUV 121.17 98 172.1 -
System Red Green Blue C M Y K H S L
Decimal 183 100 68 0 0.45 0.63 0.28 16.7 0.46 0.49
Hex B7 64 44 0 2D 3F 1C 11 2E 31
Octal 267 144 104 0 55 77 34 21 56 61
Binary 10110111 1100100 1000100 0 101101 111111 11100 10001 101110 110001

Color Harmonies of #B76444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76444

Black with #B76444

Text Example


Text Example

White with #B76444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76444; }

 p { color: rgb(183,100,68); }

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

background-color css

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

 a { background-color: rgb(183,100,68); }

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

border-color css

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

 span { border-color: rgb(183,100,68); }

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