Html Css Color HEX #B1624B Tuscany

📋 copy color: '#B1624B'

red 177 ◦ green 98 ◦ blue 75

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

Shades of Tuscany #B1624B

Tints of Tuscany #B1624B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.43%

R = 50.57%
G = 28%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B1624B (or 0xB1624B) is known color: Tuscany. HEX triplet: B1, 62 and 4B. RGB value is (177,98,75). Sum of RGB (Red+Green+Blue) = 177+98+75=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B1624B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1624B is #4E9DB4. Grayscale: #777777. Windows color (decimal): -5152181 or 4940465. OLE color: 4940465.

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

Color convert

RGB 177 98 75 -
CMYK 0 0.45 0.58 0.31
HSL 13.53º 0.4% 0.49% -
HSV(B) 13.53º 0.58% 0.69% -
XYZ 23.77 18.59 8.99 -
YUV 119 103.17 169.37 -
System Red Green Blue C M Y K H S L
Decimal 177 98 75 0 0.45 0.58 0.31 13.53 0.4 0.49
Hex B1 62 4B 0 2D 3A 1F E 28 31
Octal 261 142 113 0 55 72 37 16 50 61
Binary 10110001 1100010 1001011 0 101101 111010 11111 1110 101000 110001

Color Harmonies of #B1624B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1624B

Black with #B1624B

Text Example


Text Example

White with #B1624B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1624B; }

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

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

background-color css

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

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

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

border-color css

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

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

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