Html Css Color HEX #B26242 Tuscany

📋 copy color: '#B26242'

red 178 ◦ green 98 ◦ blue 66

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

Shades of Tuscany #B26242

Tints of Tuscany #B26242

RGB

 RED value IS 178 (69.92% from 255) = 52.05%

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

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

R = 52.05%
G = 28.65%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#B26242 (or 0xB26242) is known color: Tuscany. HEX triplet: B2, 62 and 42. RGB value is (178,98,66). Sum of RGB (Red+Green+Blue) = 178+98+66=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 98 (38.67% from 255 or 28.65% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B26242 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26242 is #4D9DBD. Grayscale: #767676. Windows color (decimal): -5086654 or 4350642. OLE color: 4350642.

HSL color Cylindrical-coordinate representation of color #B26242: hue angle of 17.14º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B26242 is Cyan = 0, Magento = 0.45, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 98 66 -
CMYK 0 0.45 0.63 0.30
HSL 17.14º 0.46% 0.48% -
HSV(B) 17.14º 0.63% 0.7% -
XYZ 23.71 18.59 7.49 -
YUV 118.27 98.5 170.6 -
System Red Green Blue C M Y K H S L
Decimal 178 98 66 0 0.45 0.63 0.30 17.14 0.46 0.48
Hex B2 62 42 0 2D 3F 1E 11 2E 30
Octal 262 142 102 0 55 77 36 21 56 60
Binary 10110010 1100010 1000010 0 101101 111111 11110 10001 101110 110000

Color Harmonies of #B26242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26242

Black with #B26242

Text Example


Text Example

White with #B26242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26242; }

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

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

background-color css

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

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

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

border-color css

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

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

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