Html Css Color HEX #B06642 Tuscany

📋 copy color: '#B06642'

red 176 ◦ green 102 ◦ blue 66

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

Shades of Tuscany #B06642

Tints of Tuscany #B06642

RGB

 RED value IS 176 (69.14% from 255) = 51.16%

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

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

R = 51.16%
G = 29.65%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.31

RGB Variations

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

Color information

#B06642 (or 0xB06642) is known color: Tuscany. HEX triplet: B0, 66 and 42. RGB value is (176,102,66). Sum of RGB (Red+Green+Blue) = 176+102+66=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B06642 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B06642 is #4F99BD. Grayscale: #787878. Windows color (decimal): -5216702 or 4351664. OLE color: 4351664.

HSL color Cylindrical-coordinate representation of color #B06642: hue angle of 19.64º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B06642 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 102 66 -
CMYK 0 0.42 0.62 0.31
HSL 19.64º 0.45% 0.47% -
HSV(B) 19.64º 0.63% 0.69% -
XYZ 23.64 19.13 7.6 -
YUV 120.02 97.52 167.93 -
System Red Green Blue C M Y K H S L
Decimal 176 102 66 0 0.42 0.62 0.31 19.64 0.45 0.47
Hex B0 66 42 0 2A 3E 1F 14 2D 2F
Octal 260 146 102 0 52 76 37 24 55 57
Binary 10110000 1100110 1000010 0 101010 111110 11111 10100 101101 101111

Color Harmonies of #B06642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06642

Black with #B06642

Text Example


Text Example

White with #B06642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06642; }

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

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

background-color css

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

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

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

border-color css

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

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

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