Html Css Color HEX #B76144 Tuscany

📋 copy color: '#B76144'

red 183 ◦ green 97 ◦ blue 68

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

Shades of Tuscany #B76144

Tints of Tuscany #B76144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.54%

R = 52.59%
G = 27.87%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B76144 (or 0xB76144) is known color: Tuscany. HEX triplet: B7, 61 and 44. RGB value is (183,97,68). Sum of RGB (Red+Green+Blue) = 183+97+68=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 68 (26.95% from 255 or 19.54% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B76144 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76144 is #489EBB. Grayscale: #777777. Windows color (decimal): -4759228 or 4481463. OLE color: 4481463.

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

Color convert

RGB 183 97 68 -
CMYK 0 0.47 0.63 0.28
HSL 15.13º 0.46% 0.49% -
HSV(B) 15.13º 0.63% 0.72% -
XYZ 24.85 19.03 7.83 -
YUV 119.41 98.99 173.36 -
System Red Green Blue C M Y K H S L
Decimal 183 97 68 0 0.47 0.63 0.28 15.13 0.46 0.49
Hex B7 61 44 0 2F 3F 1C F 2E 31
Octal 267 141 104 0 57 77 34 17 56 61
Binary 10110111 1100001 1000100 0 101111 111111 11100 1111 101110 110001

Color Harmonies of #B76144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76144

Black with #B76144

Text Example


Text Example

White with #B76144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76144; }

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

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

background-color css

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

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

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

border-color css

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

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

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