Html Css Color HEX #B1957A Sandrift

📋 copy color: '#B1957A'

red 177 ◦ green 149 ◦ blue 122

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

Shades of Sandrift #B1957A

Tints of Sandrift #B1957A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.23%

R = 39.51%
G = 33.26%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1957A (or 0xB1957A) is known color: Sandrift. HEX triplet: B1, 95 and 7A. RGB value is (177,149,122). Sum of RGB (Red+Green+Blue) = 177+149+122=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 177 - color contains mainly: red. Hex color #B1957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1957A is #4E6A85. Grayscale: #9A9A9A. Windows color (decimal): -5139078 or 8033713. OLE color: 8033713.

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

Color convert

RGB 177 149 122 -
CMYK 0 0.16 0.31 0.31
HSL 29.45º 0.26% 0.59% -
HSV(B) 29.45º 0.31% 0.69% -
XYZ 32.39 32.25 22.93 -
YUV 154.29 109.78 144.2 -
System Red Green Blue C M Y K H S L
Decimal 177 149 122 0 0.16 0.31 0.31 29.45 0.26 0.59
Hex B1 95 7A 0 10 1F 1F 1D 1A 3B
Octal 261 225 172 0 20 37 37 35 32 73
Binary 10110001 10010101 1111010 0 10000 11111 11111 11101 11010 111011

Color Harmonies of #B1957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1957A

Black with #B1957A

Text Example


Text Example

White with #B1957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1957A; }

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

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

background-color css

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

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

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

border-color css

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

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

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