Html Css Color HEX #B5977A Sandrift

📋 copy color: '#B5977A'

red 181 ◦ green 151 ◦ blue 122

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

Shades of Sandrift #B5977A

Tints of Sandrift #B5977A

RGB

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

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

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

R = 39.87%
G = 33.26%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B5977A (or 0xB5977A) is known color: Sandrift. HEX triplet: B5, 97 and 7A. RGB value is (181,151,122). Sum of RGB (Red+Green+Blue) = 181+151+122=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 122 (48.05% from 255 or 26.87% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B5977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5977A is #4A6885. Grayscale: #9C9C9C. Windows color (decimal): -4876422 or 8034229. OLE color: 8034229.

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

Color convert

RGB 181 151 122 -
CMYK 0 0.17 0.33 0.29
HSL 29.49º 0.29% 0.59% -
HSV(B) 29.49º 0.33% 0.71% -
XYZ 33.64 33.36 23.08 -
YUV 156.66 108.44 145.36 -
System Red Green Blue C M Y K H S L
Decimal 181 151 122 0 0.17 0.33 0.29 29.49 0.29 0.59
Hex B5 97 7A 0 11 21 1D 1D 1D 3B
Octal 265 227 172 0 21 41 35 35 35 73
Binary 10110101 10010111 1111010 0 10001 100001 11101 11101 11101 111011

Color Harmonies of #B5977A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5977A

Black with #B5977A

Text Example


Text Example

White with #B5977A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5977A; }

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

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

background-color css

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

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

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

border-color css

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

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

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