Html Css Color HEX #B76042 Tuscany

📋 copy color: '#B76042'

red 183 ◦ green 96 ◦ blue 66

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

Shades of Tuscany #B76042

Tints of Tuscany #B76042

RGB

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

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

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

R = 53.04%
G = 27.83%
B = 19.13%

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

#B76042 (or 0xB76042) is known color: Tuscany. HEX triplet: B7, 60 and 42. RGB value is (183,96,66). Sum of RGB (Red+Green+Blue) = 183+96+66=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 66 (26.17% from 255 or 19.13% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B76042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76042 is #489FBD. Grayscale: #767676. Windows color (decimal): -4759486 or 4350135. OLE color: 4350135.

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

Color convert

RGB 183 96 66 -
CMYK 0 0.48 0.64 0.28
HSL 15.38º 0.47% 0.49% -
HSV(B) 15.38º 0.64% 0.72% -
XYZ 24.69 18.83 7.49 -
YUV 118.59 98.32 173.94 -
System Red Green Blue C M Y K H S L
Decimal 183 96 66 0 0.48 0.64 0.28 15.38 0.47 0.49
Hex B7 60 42 0 30 40 1C F 2F 31
Octal 267 140 102 0 60 100 34 17 57 61
Binary 10110111 1100000 1000010 0 110000 1000000 11100 1111 101111 110001

Color Harmonies of #B76042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76042

Black with #B76042

Text Example


Text Example

White with #B76042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76042; }

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

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

background-color css

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

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

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

border-color css

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

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

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