Html Css Color HEX #B66740 Tuscany

📋 copy color: '#B66740'

red 182 ◦ green 103 ◦ blue 64

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

Shades of Tuscany #B66740

Tints of Tuscany #B66740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 18.34%

R = 52.15%
G = 29.51%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B66740 (or 0xB66740) is known color: Tuscany. HEX triplet: B6, 67 and 40. RGB value is (182,103,64). Sum of RGB (Red+Green+Blue) = 182+103+64=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B66740 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66740 is #4998BF. Grayscale: #7A7A7A. Windows color (decimal): -4823232 or 4220854. OLE color: 4220854.

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

Color convert

RGB 182 103 64 -
CMYK 0 0.43 0.65 0.29
HSL 19.83º 0.48% 0.48% -
HSV(B) 19.83º 0.65% 0.71% -
XYZ 25.07 20.02 7.39 -
YUV 122.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 182 103 64 0 0.43 0.65 0.29 19.83 0.48 0.48
Hex B6 67 40 0 2B 41 1D 14 30 30
Octal 266 147 100 0 53 101 35 24 60 60
Binary 10110110 1100111 1000000 0 101011 1000001 11101 10100 110000 110000

Color Harmonies of #B66740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66740

Black with #B66740

Text Example


Text Example

White with #B66740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66740; }

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

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

background-color css

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

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

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

border-color css

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

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

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