Html Css Color HEX #B76041 Tuscany

📋 copy color: '#B76041'

red 183 ◦ green 96 ◦ blue 65

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

Shades of Tuscany #B76041

Tints of Tuscany #B76041

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.91%

 BLUE value IS 65 (25.78% from 255) = 18.9%

R = 53.2%
G = 27.91%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B76041 (or 0xB76041) is known color: Tuscany. HEX triplet: B7, 60 and 41. RGB value is (183,96,65). Sum of RGB (Red+Green+Blue) = 183+96+65=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B76041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76041 is #489FBE. Grayscale: #767676. Windows color (decimal): -4759487 or 4284599. OLE color: 4284599.

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

Color convert

RGB 183 96 65 -
CMYK 0 0.48 0.64 0.28
HSL 15.76º 0.48% 0.49% -
HSV(B) 15.76º 0.64% 0.72% -
XYZ 24.67 18.81 7.33 -
YUV 118.48 97.82 174.02 -
System Red Green Blue C M Y K H S L
Decimal 183 96 65 0 0.48 0.64 0.28 15.76 0.48 0.49
Hex B7 60 41 0 30 40 1C 10 30 31
Octal 267 140 101 0 60 100 34 20 60 61
Binary 10110111 1100000 1000001 0 110000 1000000 11100 10000 110000 110001

Color Harmonies of #B76041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76041

Black with #B76041

Text Example


Text Example

White with #B76041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76041; }

 p { color: rgb(183,96,65); }

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

background-color css

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

 a { background-color: rgb(183,96,65); }

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

border-color css

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

 span { border-color: rgb(183,96,65); }

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