Html Css Color HEX #B05D47 Tuscany

📋 copy color: '#B05D47'

red 176 ◦ green 93 ◦ blue 71

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

Shades of Tuscany #B05D47

Tints of Tuscany #B05D47

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.35%

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

R = 51.76%
G = 27.35%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B05D47 (or 0xB05D47) is known color: Tuscany. HEX triplet: B0, 5D and 47. RGB value is (176,93,71). Sum of RGB (Red+Green+Blue) = 176+93+71=340 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.76% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 71 (28.12% from 255 or 20.88% from 340); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D47 is #4FA2B8. Grayscale: #737373. Windows color (decimal): -5219001 or 4677040. OLE color: 4677040.

HSL color Cylindrical-coordinate representation of color #B05D47: hue angle of 12.57º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B05D47 is Cyan = 0, Magento = 0.47, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 93 71 -
CMYK 0 0.47 0.60 0.31
HSL 12.57º 0.43% 0.48% -
HSV(B) 12.57º 0.6% 0.69% -
XYZ 22.96 17.51 8.13 -
YUV 115.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 176 93 71 0 0.47 0.60 0.31 12.57 0.43 0.48
Hex B0 5D 47 0 2F 3C 1F D 2B 30
Octal 260 135 107 0 57 74 37 15 53 60
Binary 10110000 1011101 1000111 0 101111 111100 11111 1101 101011 110000

Color Harmonies of #B05D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D47

Black with #B05D47

Text Example


Text Example

White with #B05D47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D47; }

 p { color: rgb(176,93,71); }

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

background-color css

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

 a { background-color: rgb(176,93,71); }

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

border-color css

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

 span { border-color: rgb(176,93,71); }

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