Html Css Color HEX #B1624C Tuscany

📋 copy color: '#B1624C'

red 177 ◦ green 98 ◦ blue 76

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

Shades of Tuscany #B1624C

Tints of Tuscany #B1624C

RGB

 RED value IS 177 (69.53% from 255) = 50.43%

 GREEN value IS 98 (38.67% from 255) = 27.92%

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

R = 50.43%
G = 27.92%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B1624C (or 0xB1624C) is known color: Tuscany. HEX triplet: B1, 62 and 4C. RGB value is (177,98,76). Sum of RGB (Red+Green+Blue) = 177+98+76=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B1624C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1624C is #4E9DB3. Grayscale: #777777. Windows color (decimal): -5152180 or 5006001. OLE color: 5006001.

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

Color convert

RGB 177 98 76 -
CMYK 0 0.45 0.57 0.31
HSL 13.07º 0.4% 0.5% -
HSV(B) 13.07º 0.57% 0.69% -
XYZ 23.8 18.6 9.17 -
YUV 119.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 177 98 76 0 0.45 0.57 0.31 13.07 0.4 0.5
Hex B1 62 4C 0 2D 39 1F D 28 32
Octal 261 142 114 0 55 71 37 15 50 62
Binary 10110001 1100010 1001100 0 101101 111001 11111 1101 101000 110010

Color Harmonies of #B1624C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1624C

Black with #B1624C

Text Example


Text Example

White with #B1624C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1624C; }

 p { color: rgb(177,98,76); }

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

background-color css

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

 a { background-color: rgb(177,98,76); }

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

border-color css

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

 span { border-color: rgb(177,98,76); }

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