Html Css Color HEX #B76445 Tuscany

📋 copy color: '#B76445'

red 183 ◦ green 100 ◦ blue 69

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

Shades of Tuscany #B76445

Tints of Tuscany #B76445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 19.6%

R = 51.99%
G = 28.41%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B76445 (or 0xB76445) is known color: Tuscany. HEX triplet: B7, 64 and 45. RGB value is (183,100,69). Sum of RGB (Red+Green+Blue) = 183+100+69=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B76445 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76445 is #489BBA. Grayscale: #797979. Windows color (decimal): -4758459 or 4547767. OLE color: 4547767.

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

Color convert

RGB 183 100 69 -
CMYK 0 0.45 0.62 0.28
HSL 16.32º 0.45% 0.49% -
HSV(B) 16.32º 0.62% 0.72% -
XYZ 25.16 19.61 8.09 -
YUV 121.28 98.5 172.02 -
System Red Green Blue C M Y K H S L
Decimal 183 100 69 0 0.45 0.62 0.28 16.32 0.45 0.49
Hex B7 64 45 0 2D 3E 1C 10 2D 31
Octal 267 144 105 0 55 76 34 20 55 61
Binary 10110111 1100100 1000101 0 101101 111110 11100 10000 101101 110001

Color Harmonies of #B76445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76445

Black with #B76445

Text Example


Text Example

White with #B76445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76445; }

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

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

background-color css

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

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

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

border-color css

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

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

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