Html Css Color HEX #B26148 Tuscany

📋 copy color: '#B26148'

red 178 ◦ green 97 ◦ blue 72

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

Shades of Tuscany #B26148

Tints of Tuscany #B26148

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.95%

 BLUE value IS 72 (28.52% from 255) = 20.75%

R = 51.3%
G = 27.95%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B26148 (or 0xB26148) is known color: Tuscany. HEX triplet: B2, 61 and 48. RGB value is (178,97,72). Sum of RGB (Red+Green+Blue) = 178+97+72=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 72 (28.52% from 255 or 20.75% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B26148 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26148 is #4D9EB7. Grayscale: #767676. Windows color (decimal): -5086904 or 4743602. OLE color: 4743602.

HSL color Cylindrical-coordinate representation of color #B26148: hue angle of 14.15º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B26148 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 97 72 -
CMYK 0 0.46 0.60 0.30
HSL 14.15º 0.42% 0.49% -
HSV(B) 14.15º 0.6% 0.7% -
XYZ 23.8 18.48 8.44 -
YUV 118.37 101.84 170.53 -
System Red Green Blue C M Y K H S L
Decimal 178 97 72 0 0.46 0.60 0.30 14.15 0.42 0.49
Hex B2 61 48 0 2E 3C 1E E 2A 31
Octal 262 141 110 0 56 74 36 16 52 61
Binary 10110010 1100001 1001000 0 101110 111100 11110 1110 101010 110001

Color Harmonies of #B26148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26148

Black with #B26148

Text Example


Text Example

White with #B26148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26148; }

 p { color: rgb(178,97,72); }

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

background-color css

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

 a { background-color: rgb(178,97,72); }

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

border-color css

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

 span { border-color: rgb(178,97,72); }

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