Html Css Color HEX #B76141 Tuscany

📋 copy color: '#B76141'

red 183 ◦ green 97 ◦ blue 65

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

Shades of Tuscany #B76141

Tints of Tuscany #B76141

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.12%

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

R = 53.04%
G = 28.12%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B76141 (or 0xB76141) is known color: Tuscany. HEX triplet: B7, 61 and 41. RGB value is (183,97,65). Sum of RGB (Red+Green+Blue) = 183+97+65=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 65 (25.78% from 255 or 18.84% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B76141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76141 is #489EBE. Grayscale: #777777. Windows color (decimal): -4759231 or 4284855. OLE color: 4284855.

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

Color convert

RGB 183 97 65 -
CMYK 0 0.47 0.64 0.28
HSL 16.27º 0.48% 0.49% -
HSV(B) 16.27º 0.64% 0.72% -
XYZ 24.76 19 7.36 -
YUV 119.07 97.49 173.6 -
System Red Green Blue C M Y K H S L
Decimal 183 97 65 0 0.47 0.64 0.28 16.27 0.48 0.49
Hex B7 61 41 0 2F 40 1C 10 30 31
Octal 267 141 101 0 57 100 34 20 60 61
Binary 10110111 1100001 1000001 0 101111 1000000 11100 10000 110000 110001

Color Harmonies of #B76141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76141

Black with #B76141

Text Example


Text Example

White with #B76141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76141; }

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

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

background-color css

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

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

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

border-color css

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

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

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