Html Css Color HEX #B05F4C Tuscany

📋 copy color: '#B05F4C'

red 176 ◦ green 95 ◦ blue 76

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

Shades of Tuscany #B05F4C

Tints of Tuscany #B05F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.9%

R = 50.72%
G = 27.38%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B05F4C (or 0xB05F4C) is known color: Tuscany. HEX triplet: B0, 5F and 4C. RGB value is (176,95,76). Sum of RGB (Red+Green+Blue) = 176+95+76=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 76 (30.08% from 255 or 21.90% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B05F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05F4C is #4FA0B3. Grayscale: #757575. Windows color (decimal): -5218484 or 5005232. OLE color: 5005232.

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

Color convert

RGB 176 95 76 -
CMYK 0 0.46 0.57 0.31
HSL 11.4º 0.4% 0.49% -
HSV(B) 11.4º 0.57% 0.69% -
XYZ 23.3 17.94 9.07 -
YUV 117.05 104.84 170.04 -
System Red Green Blue C M Y K H S L
Decimal 176 95 76 0 0.46 0.57 0.31 11.4 0.4 0.49
Hex B0 5F 4C 0 2E 39 1F B 28 31
Octal 260 137 114 0 56 71 37 13 50 61
Binary 10110000 1011111 1001100 0 101110 111001 11111 1011 101000 110001

Color Harmonies of #B05F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05F4C

Black with #B05F4C

Text Example


Text Example

White with #B05F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05F4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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