Html Css Color HEX #B06644 Tuscany

📋 copy color: '#B06644'

red 176 ◦ green 102 ◦ blue 68

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

Shades of Tuscany #B06644

Tints of Tuscany #B06644

RGB

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

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

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

R = 50.87%
G = 29.48%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B06644 (or 0xB06644) is known color: Tuscany. HEX triplet: B0, 66 and 44. RGB value is (176,102,68). Sum of RGB (Red+Green+Blue) = 176+102+68=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 68 (26.95% from 255 or 19.65% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B06644 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06644 is #4F99BB. Grayscale: #787878. Windows color (decimal): -5216700 or 4482736. OLE color: 4482736.

HSL color Cylindrical-coordinate representation of color #B06644: hue angle of 18.89º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B06644 is Cyan = 0, Magento = 0.42, Yellow = 0.61 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 102 68 -
CMYK 0 0.42 0.61 0.31
HSL 18.89º 0.44% 0.48% -
HSV(B) 18.89º 0.61% 0.69% -
XYZ 23.7 19.15 7.92 -
YUV 120.25 98.52 167.76 -
System Red Green Blue C M Y K H S L
Decimal 176 102 68 0 0.42 0.61 0.31 18.89 0.44 0.48
Hex B0 66 44 0 2A 3D 1F 13 2C 30
Octal 260 146 104 0 52 75 37 23 54 60
Binary 10110000 1100110 1000100 0 101010 111101 11111 10011 101100 110000

Color Harmonies of #B06644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06644

Black with #B06644

Text Example


Text Example

White with #B06644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06644; }

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

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

background-color css

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

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

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

border-color css

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

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

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