Html Css Color HEX #B05D40 Tuscany

📋 copy color: '#B05D40'

red 176 ◦ green 93 ◦ blue 64

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

Shades of Tuscany #B05D40

Tints of Tuscany #B05D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 19.22%

R = 52.85%
G = 27.93%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B05D40 (or 0xB05D40) is known color: Tuscany. HEX triplet: B0, 5D and 40. RGB value is (176,93,64). Sum of RGB (Red+Green+Blue) = 176+93+64=333 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.85% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D40 is #4FA2BF. Grayscale: #727272. Windows color (decimal): -5219008 or 4218288. OLE color: 4218288.

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

Color convert

RGB 176 93 64 -
CMYK 0 0.47 0.64 0.31
HSL 15.54º 0.47% 0.47% -
HSV(B) 15.54º 0.64% 0.69% -
XYZ 22.74 17.43 7.02 -
YUV 114.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 176 93 64 0 0.47 0.64 0.31 15.54 0.47 0.47
Hex B0 5D 40 0 2F 40 1F 10 2F 2F
Octal 260 135 100 0 57 100 37 20 57 57
Binary 10110000 1011101 1000000 0 101111 1000000 11111 10000 101111 101111

Color Harmonies of #B05D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D40

Black with #B05D40

Text Example


Text Example

White with #B05D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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