Html Css Color HEX #B5997A Sandrift

📋 copy color: '#B5997A'

red 181 ◦ green 153 ◦ blue 122

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

Shades of Sandrift #B5997A

Tints of Sandrift #B5997A

RGB

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

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

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

R = 39.69%
G = 33.55%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5997A (or 0xB5997A) is known color: Sandrift. HEX triplet: B5, 99 and 7A. RGB value is (181,153,122). Sum of RGB (Red+Green+Blue) = 181+153+122=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B5997A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5997A is #4A6685. Grayscale: #9D9D9D. Windows color (decimal): -4875910 or 8034741. OLE color: 8034741.

HSL color Cylindrical-coordinate representation of color #B5997A: hue angle of 31.53º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B5997A is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 153 122 -
CMYK 0 0.15 0.33 0.29
HSL 31.53º 0.29% 0.59% -
HSV(B) 31.53º 0.33% 0.71% -
XYZ 33.96 34.01 23.19 -
YUV 157.84 107.78 144.52 -
System Red Green Blue C M Y K H S L
Decimal 181 153 122 0 0.15 0.33 0.29 31.53 0.29 0.59
Hex B5 99 7A 0 F 21 1D 20 1D 3B
Octal 265 231 172 0 17 41 35 40 35 73
Binary 10110101 10011001 1111010 0 1111 100001 11101 100000 11101 111011

Color Harmonies of #B5997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5997A

Black with #B5997A

Text Example


Text Example

White with #B5997A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5997A; }

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

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

background-color css

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

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

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

border-color css

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

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

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