Html Css Color HEX #B05F40 Tuscany

📋 copy color: '#B05F40'

red 176 ◦ green 95 ◦ blue 64

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

Shades of Tuscany #B05F40

Tints of Tuscany #B05F40

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.36%

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

R = 52.54%
G = 28.36%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#B05F40 (or 0xB05F40) is known color: Tuscany. HEX triplet: B0, 5F and 40. RGB value is (176,95,64). Sum of RGB (Red+Green+Blue) = 176+95+64=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 64 (25.39% from 255 or 19.10% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05F40 is #4FA0BF. Grayscale: #737373. Windows color (decimal): -5218496 or 4218800. OLE color: 4218800.

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

Color convert

RGB 176 95 64 -
CMYK 0 0.46 0.64 0.31
HSL 16.61º 0.47% 0.47% -
HSV(B) 16.61º 0.64% 0.69% -
XYZ 22.92 17.78 7.08 -
YUV 115.69 98.84 171.02 -
System Red Green Blue C M Y K H S L
Decimal 176 95 64 0 0.46 0.64 0.31 16.61 0.47 0.47
Hex B0 5F 40 0 2E 40 1F 11 2F 2F
Octal 260 137 100 0 56 100 37 21 57 57
Binary 10110000 1011111 1000000 0 101110 1000000 11111 10001 101111 101111

Color Harmonies of #B05F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05F40

Black with #B05F40

Text Example


Text Example

White with #B05F40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05F40; }

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

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

background-color css

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

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

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

border-color css

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

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

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