Html Css Color HEX #B76142 Tuscany

📋 copy color: '#B76142'

red 183 ◦ green 97 ◦ blue 66

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

Shades of Tuscany #B76142

Tints of Tuscany #B76142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.08%

R = 52.89%
G = 28.03%
B = 19.08%

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

#B76142 (or 0xB76142) is known color: Tuscany. HEX triplet: B7, 61 and 42. RGB value is (183,97,66). Sum of RGB (Red+Green+Blue) = 183+97+66=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B76142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76142 is #489EBD. Grayscale: #777777. Windows color (decimal): -4759230 or 4350391. OLE color: 4350391.

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

Color convert

RGB 183 97 66 -
CMYK 0 0.47 0.64 0.28
HSL 15.9º 0.47% 0.49% -
HSV(B) 15.9º 0.64% 0.72% -
XYZ 24.79 19.01 7.52 -
YUV 119.18 97.99 173.52 -
System Red Green Blue C M Y K H S L
Decimal 183 97 66 0 0.47 0.64 0.28 15.9 0.47 0.49
Hex B7 61 42 0 2F 40 1C 10 2F 31
Octal 267 141 102 0 57 100 34 20 57 61
Binary 10110111 1100001 1000010 0 101111 1000000 11100 10000 101111 110001

Color Harmonies of #B76142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76142

Black with #B76142

Text Example


Text Example

White with #B76142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76142; }

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

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

background-color css

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

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

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

border-color css

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

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

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