Html Css Color HEX #B1937C Sandrift

📋 copy color: '#B1937C'

red 177 ◦ green 147 ◦ blue 124

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

Shades of Sandrift #B1937C

Tints of Sandrift #B1937C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.81%

 BLUE value IS 124 (48.83% from 255) = 27.68%

R = 39.51%
G = 32.81%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1937C (or 0xB1937C) is known color: Sandrift. HEX triplet: B1, 93 and 7C. RGB value is (177,147,124). Sum of RGB (Red+Green+Blue) = 177+147+124=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 124 (48.83% from 255 or 27.68% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1937C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1937C is #4E6C83. Grayscale: #999999. Windows color (decimal): -5139588 or 8164273. OLE color: 8164273.

HSL color Cylindrical-coordinate representation of color #B1937C: hue angle of 26.04º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1937C is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 147 124 -
CMYK 0 0.17 0.30 0.31
HSL 26.04º 0.25% 0.59% -
HSV(B) 26.04º 0.3% 0.69% -
XYZ 32.2 31.67 23.48 -
YUV 153.35 111.44 144.87 -
System Red Green Blue C M Y K H S L
Decimal 177 147 124 0 0.17 0.30 0.31 26.04 0.25 0.59
Hex B1 93 7C 0 11 1E 1F 1A 19 3B
Octal 261 223 174 0 21 36 37 32 31 73
Binary 10110001 10010011 1111100 0 10001 11110 11111 11010 11001 111011

Color Harmonies of #B1937C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1937C

Black with #B1937C

Text Example


Text Example

White with #B1937C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1937C; }

 p { color: rgb(177,147,124); }

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

background-color css

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

 a { background-color: rgb(177,147,124); }

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

border-color css

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

 span { border-color: rgb(177,147,124); }

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