Html Css Color HEX #B06647 Tuscany

📋 copy color: '#B06647'

red 176 ◦ green 102 ◦ blue 71

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

Shades of Tuscany #B06647

Tints of Tuscany #B06647

RGB

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

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

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

R = 50.43%
G = 29.23%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B06647 (or 0xB06647) is known color: Tuscany. HEX triplet: B0, 66 and 47. RGB value is (176,102,71). Sum of RGB (Red+Green+Blue) = 176+102+71=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B06647 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06647 is #4F99B8. Grayscale: #787878. Windows color (decimal): -5216697 or 4679344. OLE color: 4679344.

HSL color Cylindrical-coordinate representation of color #B06647: hue angle of 17.71º 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 #B06647 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 102 71 -
CMYK 0 0.42 0.60 0.31
HSL 17.71º 0.43% 0.48% -
HSV(B) 17.71º 0.6% 0.69% -
XYZ 23.79 19.19 8.41 -
YUV 120.59 100.02 167.52 -
System Red Green Blue C M Y K H S L
Decimal 176 102 71 0 0.42 0.60 0.31 17.71 0.43 0.48
Hex B0 66 47 0 2A 3C 1F 12 2B 30
Octal 260 146 107 0 52 74 37 22 53 60
Binary 10110000 1100110 1000111 0 101010 111100 11111 10010 101011 110000

Color Harmonies of #B06647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06647

Black with #B06647

Text Example


Text Example

White with #B06647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06647; }

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

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

background-color css

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

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

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

border-color css

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

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

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