Html Css Color HEX #B5977D Sandrift

📋 copy color: '#B5977D'

red 181 ◦ green 151 ◦ blue 125

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

Shades of Sandrift #B5977D

Tints of Sandrift #B5977D

RGB

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

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

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

R = 39.61%
G = 33.04%
B = 27.35%

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

#B5977D (or 0xB5977D) is known color: Sandrift. HEX triplet: B5, 97 and 7D. RGB value is (181,151,125). Sum of RGB (Red+Green+Blue) = 181+151+125=457 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.61% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 125 (49.22% from 255 or 27.35% from 457); Max value from RGB is 181 - color contains mainly: red. Hex color #B5977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5977D is #4A6882. Grayscale: #9D9D9D. Windows color (decimal): -4876419 or 8230837. OLE color: 8230837.

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

Color convert

RGB 181 151 125 -
CMYK 0 0.17 0.31 0.29
HSL 27.86º 0.27% 0.6% -
HSV(B) 27.86º 0.31% 0.71% -
XYZ 33.82 33.44 24.07 -
YUV 157.01 109.94 145.11 -
System Red Green Blue C M Y K H S L
Decimal 181 151 125 0 0.17 0.31 0.29 27.86 0.27 0.6
Hex B5 97 7D 0 11 1F 1D 1C 1B 3C
Octal 265 227 175 0 21 37 35 34 33 74
Binary 10110101 10010111 1111101 0 10001 11111 11101 11100 11011 111100

Color Harmonies of #B5977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5977D

Black with #B5977D

Text Example


Text Example

White with #B5977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5977D; }

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

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

background-color css

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

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

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

border-color css

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

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

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