Html Css Color HEX #B66242 Tuscany

📋 copy color: '#B66242'

red 182 ◦ green 98 ◦ blue 66

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

Shades of Tuscany #B66242

Tints of Tuscany #B66242

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.32%

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

R = 52.6%
G = 28.32%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B66242 (or 0xB66242) is known color: Tuscany. HEX triplet: B6, 62 and 42. RGB value is (182,98,66). Sum of RGB (Red+Green+Blue) = 182+98+66=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B66242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66242 is #499DBD. Grayscale: #777777. Windows color (decimal): -4824510 or 4350646. OLE color: 4350646.

HSL color Cylindrical-coordinate representation of color #B66242: hue angle of 16.55º 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 #B66242 is Cyan = 0, Magento = 0.46, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 98 66 -
CMYK 0 0.46 0.64 0.29
HSL 16.55º 0.47% 0.49% -
HSV(B) 16.55º 0.64% 0.71% -
XYZ 24.64 19.07 7.54 -
YUV 119.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 182 98 66 0 0.46 0.64 0.29 16.55 0.47 0.49
Hex B6 62 42 0 2E 40 1D 11 2F 31
Octal 266 142 102 0 56 100 35 21 57 61
Binary 10110110 1100010 1000010 0 101110 1000000 11101 10001 101111 110001

Color Harmonies of #B66242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66242

Black with #B66242

Text Example


Text Example

White with #B66242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66242; }

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

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

background-color css

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

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

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

border-color css

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

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

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