Html Css Color HEX #B5997C Sandrift

📋 copy color: '#B5997C'

red 181 ◦ green 153 ◦ blue 124

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

Shades of Sandrift #B5997C

Tints of Sandrift #B5997C

RGB

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

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

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

R = 39.52%
G = 33.41%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5997C (or 0xB5997C) is known color: Sandrift. HEX triplet: B5, 99 and 7C. RGB value is (181,153,124). Sum of RGB (Red+Green+Blue) = 181+153+124=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 153 (60.16% from 255 or 33.41% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B5997C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5997C is #4A6683. Grayscale: #9E9E9E. Windows color (decimal): -4875908 or 8165813. OLE color: 8165813.

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

Color convert

RGB 181 153 124 -
CMYK 0 0.15 0.31 0.29
HSL 30.53º 0.28% 0.6% -
HSV(B) 30.53º 0.31% 0.71% -
XYZ 34.09 34.06 23.85 -
YUV 158.07 108.78 144.36 -
System Red Green Blue C M Y K H S L
Decimal 181 153 124 0 0.15 0.31 0.29 30.53 0.28 0.6
Hex B5 99 7C 0 F 1F 1D 1F 1C 3C
Octal 265 231 174 0 17 37 35 37 34 74
Binary 10110101 10011001 1111100 0 1111 11111 11101 11111 11100 111100

Color Harmonies of #B5997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5997C

Black with #B5997C

Text Example


Text Example

White with #B5997C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5997C; }

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

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

background-color css

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

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

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

border-color css

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

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

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