Html Css Color HEX #B1997D Sandrift

📋 copy color: '#B1997D'

red 177 ◦ green 153 ◦ blue 125

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

Shades of Sandrift #B1997D

Tints of Sandrift #B1997D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.63%

 BLUE value IS 125 (49.22% from 255) = 27.47%

R = 38.9%
G = 33.63%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B1997D (or 0xB1997D) is known color: Sandrift. HEX triplet: B1, 99 and 7D. RGB value is (177,153,125). Sum of RGB (Red+Green+Blue) = 177+153+125=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 125 (49.22% from 255 or 27.47% from 455); Max value from RGB is 177 - color contains mainly: red. Hex color #B1997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1997D is #4E6682. Grayscale: #9D9D9D. Windows color (decimal): -5138051 or 8231345. OLE color: 8231345.

HSL color Cylindrical-coordinate representation of color #B1997D: hue angle of 32.31º 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 #B1997D is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 153 125 -
CMYK 0 0.14 0.29 0.31
HSL 32.31º 0.25% 0.59% -
HSV(B) 32.31º 0.29% 0.69% -
XYZ 33.22 33.61 24.14 -
YUV 156.98 109.95 142.28 -
System Red Green Blue C M Y K H S L
Decimal 177 153 125 0 0.14 0.29 0.31 32.31 0.25 0.59
Hex B1 99 7D 0 E 1D 1F 20 19 3B
Octal 261 231 175 0 16 35 37 40 31 73
Binary 10110001 10011001 1111101 0 1110 11101 11111 100000 11001 111011

Color Harmonies of #B1997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1997D

Black with #B1997D

Text Example


Text Example

White with #B1997D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1997D; }

 p { color: rgb(177,153,125); }

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

background-color css

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

 a { background-color: rgb(177,153,125); }

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

border-color css

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

 span { border-color: rgb(177,153,125); }

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