Html Css Color HEX #B76043 Tuscany

📋 copy color: '#B76043'

red 183 ◦ green 96 ◦ blue 67

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

Shades of Tuscany #B76043

Tints of Tuscany #B76043

RGB

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

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

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

R = 52.89%
G = 27.75%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B76043 (or 0xB76043) is known color: Tuscany. HEX triplet: B7, 60 and 43. RGB value is (183,96,67). Sum of RGB (Red+Green+Blue) = 183+96+67=346 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.89% from 346); Green value is 96 (37.89% from 255 or 27.75% from 346); Blue value is 67 (26.56% from 255 or 19.36% from 346); Max value from RGB is 183 - color contains mainly: red. Hex color #B76043 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76043 is #489FBC. Grayscale: #767676. Windows color (decimal): -4759485 or 4415671. OLE color: 4415671.

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

Color convert

RGB 183 96 67 -
CMYK 0 0.48 0.63 0.28
HSL 15º 0.46% 0.49% -
HSV(B) 15º 0.63% 0.72% -
XYZ 24.72 18.84 7.64 -
YUV 118.71 98.82 173.86 -
System Red Green Blue C M Y K H S L
Decimal 183 96 67 0 0.48 0.63 0.28 15 0.46 0.49
Hex B7 60 43 0 30 3F 1C F 2E 31
Octal 267 140 103 0 60 77 34 17 56 61
Binary 10110111 1100000 1000011 0 110000 111111 11100 1111 101110 110001

Color Harmonies of #B76043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76043

Black with #B76043

Text Example


Text Example

White with #B76043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76043; }

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

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

background-color css

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

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

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

border-color css

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

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

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