Html Css Color HEX #B1957E Sandrift

📋 copy color: '#B1957E'

red 177 ◦ green 149 ◦ blue 126

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

Shades of Sandrift #B1957E

Tints of Sandrift #B1957E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.96%

 BLUE value IS 126 (49.61% from 255) = 27.88%

R = 39.16%
G = 32.96%
B = 27.88%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1957E (or 0xB1957E) is known color: Sandrift. HEX triplet: B1, 95 and 7E. RGB value is (177,149,126). Sum of RGB (Red+Green+Blue) = 177+149+126=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 177 - color contains mainly: red. Hex color #B1957E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1957E is #4E6A81. Grayscale: #9A9A9A. Windows color (decimal): -5139074 or 8295857. OLE color: 8295857.

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

Color convert

RGB 177 149 126 -
CMYK 0 0.16 0.29 0.31
HSL 27.06º 0.25% 0.59% -
HSV(B) 27.06º 0.29% 0.69% -
XYZ 32.64 32.35 24.26 -
YUV 154.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 177 149 126 0 0.16 0.29 0.31 27.06 0.25 0.59
Hex B1 95 7E 0 10 1D 1F 1B 19 3B
Octal 261 225 176 0 20 35 37 33 31 73
Binary 10110001 10010101 1111110 0 10000 11101 11111 11011 11001 111011

Color Harmonies of #B1957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1957E

Black with #B1957E

Text Example


Text Example

White with #B1957E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1957E; }

 p { color: rgb(177,149,126); }

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

background-color css

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

 a { background-color: rgb(177,149,126); }

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

border-color css

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

 span { border-color: rgb(177,149,126); }

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