Html Css Color HEX #B26243 Tuscany

📋 copy color: '#B26243'

red 178 ◦ green 98 ◦ blue 67

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

Shades of Tuscany #B26243

Tints of Tuscany #B26243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.53%

R = 51.9%
G = 28.57%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B26243 (or 0xB26243) is known color: Tuscany. HEX triplet: B2, 62 and 43. RGB value is (178,98,67). Sum of RGB (Red+Green+Blue) = 178+98+67=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 67 (26.56% from 255 or 19.53% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B26243 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26243 is #4D9DBC. Grayscale: #767676. Windows color (decimal): -5086653 or 4416178. OLE color: 4416178.

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

Color convert

RGB 178 98 67 -
CMYK 0 0.45 0.62 0.30
HSL 16.76º 0.45% 0.48% -
HSV(B) 16.76º 0.62% 0.7% -
XYZ 23.74 18.61 7.65 -
YUV 118.39 99 170.52 -
System Red Green Blue C M Y K H S L
Decimal 178 98 67 0 0.45 0.62 0.30 16.76 0.45 0.48
Hex B2 62 43 0 2D 3E 1E 11 2D 30
Octal 262 142 103 0 55 76 36 21 55 60
Binary 10110010 1100010 1000011 0 101101 111110 11110 10001 101101 110000

Color Harmonies of #B26243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26243

Black with #B26243

Text Example


Text Example

White with #B26243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26243; }

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

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

background-color css

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

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

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

border-color css

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

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

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