Html Css Color HEX #B05E49 Tuscany

📋 copy color: '#B05E49'

red 176 ◦ green 94 ◦ blue 73

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

Shades of Tuscany #B05E49

Tints of Tuscany #B05E49

RGB

 RED value IS 176 (69.14% from 255) = 51.31%

 GREEN value IS 94 (37.11% from 255) = 27.41%

 BLUE value IS 73 (28.91% from 255) = 21.28%

R = 51.31%
G = 27.41%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.31

RGB Variations

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

Color information

#B05E49 (or 0xB05E49) is known color: Tuscany. HEX triplet: B0, 5E and 49. RGB value is (176,94,73). Sum of RGB (Red+Green+Blue) = 176+94+73=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 94 (37.11% from 255 or 27.41% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05E49 is #4FA1B6. Grayscale: #747474. Windows color (decimal): -5218743 or 4808368. OLE color: 4808368.

HSL color Cylindrical-coordinate representation of color #B05E49: hue angle of 12.23º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B05E49 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 94 73 -
CMYK 0 0.47 0.59 0.31
HSL 12.23º 0.41% 0.49% -
HSV(B) 12.23º 0.59% 0.69% -
XYZ 23.11 17.72 8.5 -
YUV 116.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 176 94 73 0 0.47 0.59 0.31 12.23 0.41 0.49
Hex B0 5E 49 0 2F 3B 1F C 29 31
Octal 260 136 111 0 57 73 37 14 51 61
Binary 10110000 1011110 1001001 0 101111 111011 11111 1100 101001 110001

Color Harmonies of #B05E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05E49

Black with #B05E49

Text Example


Text Example

White with #B05E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05E49; }

 p { color: rgb(176,94,73); }

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

background-color css

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

 a { background-color: rgb(176,94,73); }

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

border-color css

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

 span { border-color: rgb(176,94,73); }

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