Html Css Color HEX #B5977C Sandrift

📋 copy color: '#B5977C'

red 181 ◦ green 151 ◦ blue 124

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

Shades of Sandrift #B5977C

Tints of Sandrift #B5977C

RGB

 RED value IS 181 (71.09% from 255) = 39.69%

 GREEN value IS 151 (59.38% from 255) = 33.11%

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

R = 39.69%
G = 33.11%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5977C (or 0xB5977C) is known color: Sandrift. HEX triplet: B5, 97 and 7C. RGB value is (181,151,124). Sum of RGB (Red+Green+Blue) = 181+151+124=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 124 (48.83% from 255 or 27.19% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B5977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5977C is #4A6883. Grayscale: #9D9D9D. Windows color (decimal): -4876420 or 8165301. OLE color: 8165301.

HSL color Cylindrical-coordinate representation of color #B5977C: hue angle of 28.42º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B5977C is Cyan = 0, Magento = 0.17, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 151 124 -
CMYK 0 0.17 0.31 0.29
HSL 28.42º 0.28% 0.6% -
HSV(B) 28.42º 0.31% 0.71% -
XYZ 33.76 33.41 23.74 -
YUV 156.89 109.44 145.2 -
System Red Green Blue C M Y K H S L
Decimal 181 151 124 0 0.17 0.31 0.29 28.42 0.28 0.6
Hex B5 97 7C 0 11 1F 1D 1C 1C 3C
Octal 265 227 174 0 21 37 35 34 34 74
Binary 10110101 10010111 1111100 0 10001 11111 11101 11100 11100 111100

Color Harmonies of #B5977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5977C

Black with #B5977C

Text Example


Text Example

White with #B5977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5977C; }

 p { color: rgb(181,151,124); }

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

background-color css

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

 a { background-color: rgb(181,151,124); }

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

border-color css

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

 span { border-color: rgb(181,151,124); }

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