Html Css Color HEX #B26948 Tuscany

📋 copy color: '#B26948'

red 178 ◦ green 105 ◦ blue 72

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

Shades of Tuscany #B26948

Tints of Tuscany #B26948

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.58%

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

R = 50.14%
G = 29.58%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.30

RGB Variations

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

Color information

#B26948 (or 0xB26948) is known color: Tuscany. HEX triplet: B2, 69 and 48. RGB value is (178,105,72). Sum of RGB (Red+Green+Blue) = 178+105+72=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 72 (28.52% from 255 or 20.28% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B26948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B26948 is #4D96B7. Grayscale: #7B7B7B. Windows color (decimal): -5084856 or 4745650. OLE color: 4745650.

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

Color convert

RGB 178 105 72 -
CMYK 0 0.41 0.60 0.30
HSL 18.68º 0.42% 0.49% -
HSV(B) 18.68º 0.6% 0.7% -
XYZ 24.58 20.04 8.7 -
YUV 123.07 99.18 167.18 -
System Red Green Blue C M Y K H S L
Decimal 178 105 72 0 0.41 0.60 0.30 18.68 0.42 0.49
Hex B2 69 48 0 29 3C 1E 13 2A 31
Octal 262 151 110 0 51 74 36 23 52 61
Binary 10110010 1101001 1001000 0 101001 111100 11110 10011 101010 110001

Color Harmonies of #B26948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B26948

Black with #B26948

Text Example


Text Example

White with #B26948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B26948; }

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

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

background-color css

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

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

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

border-color css

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

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

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