Html Css Color HEX #B66642 Tuscany

📋 copy color: '#B66642'

red 182 ◦ green 102 ◦ blue 66

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

Shades of Tuscany #B66642

Tints of Tuscany #B66642

RGB

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

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

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

R = 52%
G = 29.14%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B66642 (or 0xB66642) is known color: Tuscany. HEX triplet: B6, 66 and 42. RGB value is (182,102,66). Sum of RGB (Red+Green+Blue) = 182+102+66=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 66 (26.17% from 255 or 18.86% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B66642 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66642 is #4999BD. Grayscale: #7A7A7A. Windows color (decimal): -4823486 or 4351670. OLE color: 4351670.

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

Color convert

RGB 182 102 66 -
CMYK 0 0.44 0.64 0.29
HSL 18.62º 0.47% 0.49% -
HSV(B) 18.62º 0.64% 0.71% -
XYZ 25.03 19.84 7.66 -
YUV 121.82 96.5 170.93 -
System Red Green Blue C M Y K H S L
Decimal 182 102 66 0 0.44 0.64 0.29 18.62 0.47 0.49
Hex B6 66 42 0 2C 40 1D 13 2F 31
Octal 266 146 102 0 54 100 35 23 57 61
Binary 10110110 1100110 1000010 0 101100 1000000 11101 10011 101111 110001

Color Harmonies of #B66642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66642

Black with #B66642

Text Example


Text Example

White with #B66642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66642; }

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

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

background-color css

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

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

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

border-color css

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

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

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