Html Css Color HEX #B76546 Tuscany

📋 copy color: '#B76546'

red 183 ◦ green 101 ◦ blue 70

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

Shades of Tuscany #B76546

Tints of Tuscany #B76546

RGB

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

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

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

R = 51.69%
G = 28.53%
B = 19.77%

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

#B76546 (or 0xB76546) is known color: Tuscany. HEX triplet: B7, 65 and 46. RGB value is (183,101,70). Sum of RGB (Red+Green+Blue) = 183+101+70=354 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.69% from 354); Green value is 101 (39.84% from 255 or 28.53% from 354); Blue value is 70 (27.73% from 255 or 19.77% from 354); Max value from RGB is 183 - color contains mainly: red. Hex color #B76546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76546 is #489AB9. Grayscale: #7A7A7A. Windows color (decimal): -4758202 or 4613559. OLE color: 4613559.

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

Color convert

RGB 183 101 70 -
CMYK 0 0.45 0.62 0.28
HSL 16.46º 0.45% 0.5% -
HSV(B) 16.46º 0.62% 0.72% -
XYZ 25.29 19.82 8.29 -
YUV 121.98 98.67 171.52 -
System Red Green Blue C M Y K H S L
Decimal 183 101 70 0 0.45 0.62 0.28 16.46 0.45 0.5
Hex B7 65 46 0 2D 3E 1C 10 2D 32
Octal 267 145 106 0 55 76 34 20 55 62
Binary 10110111 1100101 1000110 0 101101 111110 11100 10000 101101 110010

Color Harmonies of #B76546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76546

Black with #B76546

Text Example


Text Example

White with #B76546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76546; }

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

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

background-color css

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

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

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

border-color css

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

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

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