Html Css Color HEX #B76544 Tuscany

📋 copy color: '#B76544'

red 183 ◦ green 101 ◦ blue 68

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

Shades of Tuscany #B76544

Tints of Tuscany #B76544

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.69%

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

R = 51.99%
G = 28.69%
B = 19.32%

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

#B76544 (or 0xB76544) is known color: Tuscany. HEX triplet: B7, 65 and 44. RGB value is (183,101,68). Sum of RGB (Red+Green+Blue) = 183+101+68=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 101 (39.84% from 255 or 28.69% from 352); Blue value is 68 (26.95% from 255 or 19.32% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B76544 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76544 is #489ABB. Grayscale: #797979. Windows color (decimal): -4758204 or 4482487. OLE color: 4482487.

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

Color convert

RGB 183 101 68 -
CMYK 0 0.45 0.63 0.28
HSL 17.22º 0.46% 0.49% -
HSV(B) 17.22º 0.63% 0.72% -
XYZ 25.23 19.79 7.96 -
YUV 121.76 97.67 171.68 -
System Red Green Blue C M Y K H S L
Decimal 183 101 68 0 0.45 0.63 0.28 17.22 0.46 0.49
Hex B7 65 44 0 2D 3F 1C 11 2E 31
Octal 267 145 104 0 55 77 34 21 56 61
Binary 10110111 1100101 1000100 0 101101 111111 11100 10001 101110 110001

Color Harmonies of #B76544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76544

Black with #B76544

Text Example


Text Example

White with #B76544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76544; }

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

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

background-color css

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

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

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

border-color css

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

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

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