Html Css Color HEX #B66742 Tuscany

📋 copy color: '#B66742'

red 182 ◦ green 103 ◦ blue 66

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

Shades of Tuscany #B66742

Tints of Tuscany #B66742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.8%

R = 51.85%
G = 29.34%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B66742 (or 0xB66742) is known color: Tuscany. HEX triplet: B6, 67 and 42. RGB value is (182,103,66). Sum of RGB (Red+Green+Blue) = 182+103+66=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 66 (26.17% from 255 or 18.80% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B66742 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66742 is #4998BD. Grayscale: #7A7A7A. Windows color (decimal): -4823230 or 4351926. OLE color: 4351926.

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

Color convert

RGB 182 103 66 -
CMYK 0 0.43 0.64 0.29
HSL 19.14º 0.47% 0.49% -
HSV(B) 19.14º 0.64% 0.71% -
XYZ 25.13 20.04 7.7 -
YUV 122.4 96.17 170.51 -
System Red Green Blue C M Y K H S L
Decimal 182 103 66 0 0.43 0.64 0.29 19.14 0.47 0.49
Hex B6 67 42 0 2B 40 1D 13 2F 31
Octal 266 147 102 0 53 100 35 23 57 61
Binary 10110110 1100111 1000010 0 101011 1000000 11101 10011 101111 110001

Color Harmonies of #B66742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66742

Black with #B66742

Text Example


Text Example

White with #B66742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66742; }

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

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

background-color css

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

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

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

border-color css

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

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

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