Html Css Color HEX #B05D41 Tuscany

📋 copy color: '#B05D41'

red 176 ◦ green 93 ◦ blue 65

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

Shades of Tuscany #B05D41

Tints of Tuscany #B05D41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.46%

R = 52.69%
G = 27.84%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#B05D41 (or 0xB05D41) is known color: Tuscany. HEX triplet: B0, 5D and 41. RGB value is (176,93,65). Sum of RGB (Red+Green+Blue) = 176+93+65=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B05D41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05D41 is #4FA2BE. Grayscale: #727272. Windows color (decimal): -5219007 or 4283824. OLE color: 4283824.

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

Color convert

RGB 176 93 65 -
CMYK 0 0.47 0.63 0.31
HSL 15.14º 0.46% 0.47% -
HSV(B) 15.14º 0.63% 0.69% -
XYZ 22.77 17.44 7.17 -
YUV 114.63 100 171.78 -
System Red Green Blue C M Y K H S L
Decimal 176 93 65 0 0.47 0.63 0.31 15.14 0.46 0.47
Hex B0 5D 41 0 2F 3F 1F F 2E 2F
Octal 260 135 101 0 57 77 37 17 56 57
Binary 10110000 1011101 1000001 0 101111 111111 11111 1111 101110 101111

Color Harmonies of #B05D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05D41

Black with #B05D41

Text Example


Text Example

White with #B05D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05D41; }

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

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

background-color css

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

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

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

border-color css

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

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

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