Html Css Color HEX #B26047 Tuscany

📋 copy color: '#B26047'

red 178 ◦ green 96 ◦ blue 71

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

Shades of Tuscany #B26047

Tints of Tuscany #B26047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.83%

 BLUE value IS 71 (28.13% from 255) = 20.58%

R = 51.59%
G = 27.83%
B = 20.58%

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

#B26047 (or 0xB26047) is known color: Tuscany. HEX triplet: B2, 60 and 47. RGB value is (178,96,71). Sum of RGB (Red+Green+Blue) = 178+96+71=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 71 (28.12% from 255 or 20.58% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B26047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26047 is #4D9FB8. Grayscale: #757575. Windows color (decimal): -5087161 or 4677810. OLE color: 4677810.

HSL color Cylindrical-coordinate representation of color #B26047: hue angle of 14.02º degrees, saturation: 0.43, 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 #B26047 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 96 71 -
CMYK 0 0.46 0.60 0.30
HSL 14.02º 0.43% 0.49% -
HSV(B) 14.02º 0.6% 0.7% -
XYZ 23.68 18.29 8.24 -
YUV 117.67 101.67 171.03 -
System Red Green Blue C M Y K H S L
Decimal 178 96 71 0 0.46 0.60 0.30 14.02 0.43 0.49
Hex B2 60 47 0 2E 3C 1E E 2B 31
Octal 262 140 107 0 56 74 36 16 53 61
Binary 10110010 1100000 1000111 0 101110 111100 11110 1110 101011 110001

Color Harmonies of #B26047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26047

Black with #B26047

Text Example


Text Example

White with #B26047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26047; }

 p { color: rgb(178,96,71); }

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

background-color css

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

 a { background-color: rgb(178,96,71); }

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

border-color css

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

 span { border-color: rgb(178,96,71); }

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