Html Css Color HEX #B26044 Tuscany

📋 copy color: '#B26044'

red 178 ◦ green 96 ◦ blue 68

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

Shades of Tuscany #B26044

Tints of Tuscany #B26044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 19.88%

R = 52.05%
G = 28.07%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.30

RGB Variations

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

Color information

#B26044 (or 0xB26044) is known color: Tuscany. HEX triplet: B2, 60 and 44. RGB value is (178,96,68). Sum of RGB (Red+Green+Blue) = 178+96+68=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 68 (26.95% from 255 or 19.88% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B26044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26044 is #4D9FBB. Grayscale: #757575. Windows color (decimal): -5087164 or 4481202. OLE color: 4481202.

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

Color convert

RGB 178 96 68 -
CMYK 0 0.46 0.62 0.30
HSL 15.27º 0.45% 0.48% -
HSV(B) 15.27º 0.62% 0.7% -
XYZ 23.59 18.25 7.75 -
YUV 117.33 100.17 171.28 -
System Red Green Blue C M Y K H S L
Decimal 178 96 68 0 0.46 0.62 0.30 15.27 0.45 0.48
Hex B2 60 44 0 2E 3E 1E F 2D 30
Octal 262 140 104 0 56 76 36 17 55 60
Binary 10110010 1100000 1000100 0 101110 111110 11110 1111 101101 110000

Color Harmonies of #B26044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26044

Black with #B26044

Text Example


Text Example

White with #B26044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26044; }

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

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

background-color css

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

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

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

border-color css

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

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

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