Html Css Color HEX #B76343 Tuscany

📋 copy color: '#B76343'

red 183 ◦ green 99 ◦ blue 67

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

Shades of Tuscany #B76343

Tints of Tuscany #B76343

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.37%

 BLUE value IS 67 (26.56% from 255) = 19.2%

R = 52.44%
G = 28.37%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B76343 (or 0xB76343) is known color: Tuscany. HEX triplet: B7, 63 and 43. RGB value is (183,99,67). Sum of RGB (Red+Green+Blue) = 183+99+67=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B76343 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76343 is #489CBC. Grayscale: #787878. Windows color (decimal): -4758717 or 4416439. OLE color: 4416439.

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

Color convert

RGB 183 99 67 -
CMYK 0 0.46 0.63 0.28
HSL 16.55º 0.46% 0.49% -
HSV(B) 16.55º 0.63% 0.72% -
XYZ 25 19.4 7.74 -
YUV 120.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 183 99 67 0 0.46 0.63 0.28 16.55 0.46 0.49
Hex B7 63 43 0 2E 3F 1C 11 2E 31
Octal 267 143 103 0 56 77 34 21 56 61
Binary 10110111 1100011 1000011 0 101110 111111 11100 10001 101110 110001

Color Harmonies of #B76343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76343

Black with #B76343

Text Example


Text Example

White with #B76343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76343; }

 p { color: rgb(183,99,67); }

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

background-color css

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

 a { background-color: rgb(183,99,67); }

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

border-color css

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

 span { border-color: rgb(183,99,67); }

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