Html Css Color HEX #B05C40 Tuscany

📋 copy color: '#B05C40'

red 176 ◦ green 92 ◦ blue 64

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

Shades of Tuscany #B05C40

Tints of Tuscany #B05C40

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.71%

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

R = 53.01%
G = 27.71%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B05C40 (or 0xB05C40) is known color: Tuscany. HEX triplet: B0, 5C and 40. RGB value is (176,92,64). Sum of RGB (Red+Green+Blue) = 176+92+64=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05C40 is #4FA3BF. Grayscale: #727272. Windows color (decimal): -5219264 or 4218032. OLE color: 4218032.

HSL color Cylindrical-coordinate representation of color #B05C40: hue angle of 15º 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 #B05C40 is Cyan = 0, Magento = 0.48, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 92 64 -
CMYK 0 0.48 0.64 0.31
HSL 15º 0.47% 0.47% -
HSV(B) 15º 0.64% 0.69% -
XYZ 22.66 17.25 6.99 -
YUV 113.92 99.83 172.28 -
System Red Green Blue C M Y K H S L
Decimal 176 92 64 0 0.48 0.64 0.31 15 0.47 0.47
Hex B0 5C 40 0 30 40 1F F 2F 2F
Octal 260 134 100 0 60 100 37 17 57 57
Binary 10110000 1011100 1000000 0 110000 1000000 11111 1111 101111 101111

Color Harmonies of #B05C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05C40

Black with #B05C40

Text Example


Text Example

White with #B05C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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