Html Css Color HEX #B66747 Tuscany

📋 copy color: '#B66747'

red 182 ◦ green 103 ◦ blue 71

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

Shades of Tuscany #B66747

Tints of Tuscany #B66747

RGB

 RED value IS 182 (71.48% from 255) = 51.12%

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

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

R = 51.12%
G = 28.93%
B = 19.94%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B66747 (or 0xB66747) is known color: Tuscany. HEX triplet: B6, 67 and 47. RGB value is (182,103,71). Sum of RGB (Red+Green+Blue) = 182+103+71=356 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.12% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 71 (28.12% from 255 or 19.94% from 356); Max value from RGB is 182 - color contains mainly: red. Hex color #B66747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66747 is #4998B8. Grayscale: #7B7B7B. Windows color (decimal): -4823225 or 4679606. OLE color: 4679606.

HSL color Cylindrical-coordinate representation of color #B66747: hue angle of 17.3º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B66747 is Cyan = 0, Magento = 0.43, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 103 71 -
CMYK 0 0.43 0.61 0.29
HSL 17.3º 0.44% 0.5% -
HSV(B) 17.3º 0.61% 0.71% -
XYZ 25.28 20.1 8.51 -
YUV 122.97 98.67 170.1 -
System Red Green Blue C M Y K H S L
Decimal 182 103 71 0 0.43 0.61 0.29 17.3 0.44 0.5
Hex B6 67 47 0 2B 3D 1D 11 2C 32
Octal 266 147 107 0 53 75 35 21 54 62
Binary 10110110 1100111 1000111 0 101011 111101 11101 10001 101100 110010

Color Harmonies of #B66747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66747

Black with #B66747

Text Example


Text Example

White with #B66747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66747; }

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

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

background-color css

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

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

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

border-color css

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

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

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