Html Css Color HEX #B76944 Tuscany

📋 copy color: '#B76944'

red 183 ◦ green 105 ◦ blue 68

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

Shades of Tuscany #B76944

Tints of Tuscany #B76944

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.49%

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

R = 51.4%
G = 29.49%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B76944 (or 0xB76944) is known color: Tuscany. HEX triplet: B7, 69 and 44. RGB value is (183,105,68). Sum of RGB (Red+Green+Blue) = 183+105+68=356 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.40% from 356); Green value is 105 (41.41% from 255 or 29.49% from 356); Blue value is 68 (26.95% from 255 or 19.10% from 356); Max value from RGB is 183 - color contains mainly: red. Hex color #B76944 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76944 is #4896BB. Grayscale: #7C7C7C. Windows color (decimal): -4757180 or 4483511. OLE color: 4483511.

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

Color convert

RGB 183 105 68 -
CMYK 0 0.43 0.63 0.28
HSL 19.3º 0.46% 0.49% -
HSV(B) 19.3º 0.63% 0.72% -
XYZ 25.62 20.59 8.09 -
YUV 124.1 96.34 170.01 -
System Red Green Blue C M Y K H S L
Decimal 183 105 68 0 0.43 0.63 0.28 19.3 0.46 0.49
Hex B7 69 44 0 2B 3F 1C 13 2E 31
Octal 267 151 104 0 53 77 34 23 56 61
Binary 10110111 1101001 1000100 0 101011 111111 11100 10011 101110 110001

Color Harmonies of #B76944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76944

Black with #B76944

Text Example


Text Example

White with #B76944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76944; }

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

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

background-color css

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

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

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

border-color css

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

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

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