Html Css Color HEX #B76648 Tuscany

📋 copy color: '#B76648'

red 183 ◦ green 102 ◦ blue 72

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

Shades of Tuscany #B76648

Tints of Tuscany #B76648

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.57%

 BLUE value IS 72 (28.52% from 255) = 20.17%

R = 51.26%
G = 28.57%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B76648 (or 0xB76648) is known color: Tuscany. HEX triplet: B7, 66 and 48. RGB value is (183,102,72). Sum of RGB (Red+Green+Blue) = 183+102+72=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B76648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76648 is #4899B7. Grayscale: #7B7B7B. Windows color (decimal): -4757944 or 4744887. OLE color: 4744887.

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

Color convert

RGB 183 102 72 -
CMYK 0 0.44 0.61 0.28
HSL 16.22º 0.44% 0.5% -
HSV(B) 16.22º 0.61% 0.72% -
XYZ 25.45 20.04 8.66 -
YUV 122.8 99.34 170.94 -
System Red Green Blue C M Y K H S L
Decimal 183 102 72 0 0.44 0.61 0.28 16.22 0.44 0.5
Hex B7 66 48 0 2C 3D 1C 10 2C 32
Octal 267 146 110 0 54 75 34 20 54 62
Binary 10110111 1100110 1001000 0 101100 111101 11100 10000 101100 110010

Color Harmonies of #B76648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76648

Black with #B76648

Text Example


Text Example

White with #B76648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76648; }

 p { color: rgb(183,102,72); }

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

background-color css

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

 a { background-color: rgb(183,102,72); }

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

border-color css

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

 span { border-color: rgb(183,102,72); }

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