Html Css Color HEX #B66744 Tuscany

📋 copy color: '#B66744'

red 182 ◦ green 103 ◦ blue 68

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

Shades of Tuscany #B66744

Tints of Tuscany #B66744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.26%

R = 51.56%
G = 29.18%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B66744 (or 0xB66744) is known color: Tuscany. HEX triplet: B6, 67 and 44. RGB value is (182,103,68). Sum of RGB (Red+Green+Blue) = 182+103+68=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 68 (26.95% from 255 or 19.26% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B66744 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B66744 is #4998BB. Grayscale: #7A7A7A. Windows color (decimal): -4823228 or 4482998. OLE color: 4482998.

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

Color convert

RGB 182 103 68 -
CMYK 0 0.43 0.63 0.29
HSL 18.42º 0.46% 0.49% -
HSV(B) 18.42º 0.63% 0.71% -
XYZ 25.19 20.06 8.01 -
YUV 122.63 97.17 170.35 -
System Red Green Blue C M Y K H S L
Decimal 182 103 68 0 0.43 0.63 0.29 18.42 0.46 0.49
Hex B6 67 44 0 2B 3F 1D 12 2E 31
Octal 266 147 104 0 53 77 35 22 56 61
Binary 10110110 1100111 1000100 0 101011 111111 11101 10010 101110 110001

Color Harmonies of #B66744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B66744

Black with #B66744

Text Example


Text Example

White with #B66744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B66744; }

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

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

background-color css

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

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

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

border-color css

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

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

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