Html Css Color HEX #B76241 Tuscany

📋 copy color: '#B76241'

red 183 ◦ green 98 ◦ blue 65

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

Shades of Tuscany #B76241

Tints of Tuscany #B76241

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.32%

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

R = 52.89%
G = 28.32%
B = 18.79%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B76241 (or 0xB76241) is known color: Tuscany. HEX triplet: B7, 62 and 41. RGB value is (183,98,65). Sum of RGB (Red+Green+Blue) = 183+98+65=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B76241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76241 is #489DBE. Grayscale: #777777. Windows color (decimal): -4758975 or 4285111. OLE color: 4285111.

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

Color convert

RGB 183 98 65 -
CMYK 0 0.46 0.64 0.28
HSL 16.78º 0.48% 0.49% -
HSV(B) 16.78º 0.64% 0.72% -
XYZ 24.85 19.18 7.39 -
YUV 119.65 97.16 173.18 -
System Red Green Blue C M Y K H S L
Decimal 183 98 65 0 0.46 0.64 0.28 16.78 0.48 0.49
Hex B7 62 41 0 2E 40 1C 11 30 31
Octal 267 142 101 0 56 100 34 21 60 61
Binary 10110111 1100010 1000001 0 101110 1000000 11100 10001 110000 110001

Color Harmonies of #B76241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76241

Black with #B76241

Text Example


Text Example

White with #B76241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76241; }

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

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

background-color css

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

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

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

border-color css

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

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

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