Html Css Color HEX #B76642 Tuscany

📋 copy color: '#B76642'

red 183 ◦ green 102 ◦ blue 66

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

Shades of Tuscany #B76642

Tints of Tuscany #B76642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.8%

R = 52.14%
G = 29.06%
B = 18.8%

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

#B76642 (or 0xB76642) is known color: Tuscany. HEX triplet: B7, 66 and 42. RGB value is (183,102,66). Sum of RGB (Red+Green+Blue) = 183+102+66=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B76642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76642 is #4899BD. Grayscale: #7A7A7A. Windows color (decimal): -4757950 or 4351671. OLE color: 4351671.

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

Color convert

RGB 183 102 66 -
CMYK 0 0.44 0.64 0.28
HSL 18.46º 0.47% 0.49% -
HSV(B) 18.46º 0.64% 0.72% -
XYZ 25.26 19.96 7.68 -
YUV 122.12 96.34 171.43 -
System Red Green Blue C M Y K H S L
Decimal 183 102 66 0 0.44 0.64 0.28 18.46 0.47 0.49
Hex B7 66 42 0 2C 40 1C 12 2F 31
Octal 267 146 102 0 54 100 34 22 57 61
Binary 10110111 1100110 1000010 0 101100 1000000 11100 10010 101111 110001

Color Harmonies of #B76642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76642

Black with #B76642

Text Example


Text Example

White with #B76642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76642; }

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

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

background-color css

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

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

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

border-color css

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

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

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