Html Css Color HEX #B06747 Tuscany

📋 copy color: '#B06747'

red 176 ◦ green 103 ◦ blue 71

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

Shades of Tuscany #B06747

Tints of Tuscany #B06747

RGB

 RED value IS 176 (69.14% from 255) = 50.29%

 GREEN value IS 103 (40.63% from 255) = 29.43%

 BLUE value IS 71 (28.13% from 255) = 20.29%

R = 50.29%
G = 29.43%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B06747 (or 0xB06747) is known color: Tuscany. HEX triplet: B0, 67 and 47. RGB value is (176,103,71). Sum of RGB (Red+Green+Blue) = 176+103+71=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B06747 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06747 is #4F98B8. Grayscale: #797979. Windows color (decimal): -5216441 or 4679600. OLE color: 4679600.

HSL color Cylindrical-coordinate representation of color #B06747: hue angle of 18.29º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B06747 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 103 71 -
CMYK 0 0.41 0.60 0.31
HSL 18.29º 0.43% 0.48% -
HSV(B) 18.29º 0.6% 0.69% -
XYZ 23.89 19.39 8.44 -
YUV 121.18 99.68 167.1 -
System Red Green Blue C M Y K H S L
Decimal 176 103 71 0 0.41 0.60 0.31 18.29 0.43 0.48
Hex B0 67 47 0 29 3C 1F 12 2B 30
Octal 260 147 107 0 51 74 37 22 53 60
Binary 10110000 1100111 1000111 0 101001 111100 11111 10010 101011 110000

Color Harmonies of #B06747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06747

Black with #B06747

Text Example


Text Example

White with #B06747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06747; }

 p { color: rgb(176,103,71); }

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

background-color css

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

 a { background-color: rgb(176,103,71); }

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

border-color css

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

 span { border-color: rgb(176,103,71); }

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