Html Css Color HEX #B76641 Tuscany

📋 copy color: '#B76641'

red 183 ◦ green 102 ◦ blue 65

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

Shades of Tuscany #B76641

Tints of Tuscany #B76641

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.14%

 BLUE value IS 65 (25.78% from 255) = 18.57%

R = 52.29%
G = 29.14%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B76641 (or 0xB76641) is known color: Tuscany. HEX triplet: B7, 66 and 41. RGB value is (183,102,65). Sum of RGB (Red+Green+Blue) = 183+102+65=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 65 (25.78% from 255 or 18.57% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B76641 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76641 is #4899BE. Grayscale: #7A7A7A. Windows color (decimal): -4757951 or 4286135. OLE color: 4286135.

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

Color convert

RGB 183 102 65 -
CMYK 0 0.44 0.64 0.28
HSL 18.81º 0.48% 0.49% -
HSV(B) 18.81º 0.64% 0.72% -
XYZ 25.23 19.95 7.52 -
YUV 122 95.84 171.51 -
System Red Green Blue C M Y K H S L
Decimal 183 102 65 0 0.44 0.64 0.28 18.81 0.48 0.49
Hex B7 66 41 0 2C 40 1C 13 30 31
Octal 267 146 101 0 54 100 34 23 60 61
Binary 10110111 1100110 1000001 0 101100 1000000 11100 10011 110000 110001

Color Harmonies of #B76641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76641

Black with #B76641

Text Example


Text Example

White with #B76641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76641; }

 p { color: rgb(183,102,65); }

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

background-color css

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

 a { background-color: rgb(183,102,65); }

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

border-color css

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

 span { border-color: rgb(183,102,65); }

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