Html Css Color HEX #B5987D Sandrift

📋 copy color: '#B5987D'

red 181 ◦ green 152 ◦ blue 125

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

Shades of Sandrift #B5987D

Tints of Sandrift #B5987D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.19%

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

R = 39.52%
G = 33.19%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5987D (or 0xB5987D) is known color: Sandrift. HEX triplet: B5, 98 and 7D. RGB value is (181,152,125). Sum of RGB (Red+Green+Blue) = 181+152+125=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 125 (49.22% from 255 or 27.29% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B5987D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5987D is #4A6782. Grayscale: #9D9D9D. Windows color (decimal): -4876163 or 8231093. OLE color: 8231093.

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

Color convert

RGB 181 152 125 -
CMYK 0 0.16 0.31 0.29
HSL 28.93º 0.27% 0.6% -
HSV(B) 28.93º 0.31% 0.71% -
XYZ 33.99 33.76 24.13 -
YUV 157.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 181 152 125 0 0.16 0.31 0.29 28.93 0.27 0.6
Hex B5 98 7D 0 10 1F 1D 1D 1B 3C
Octal 265 230 175 0 20 37 35 35 33 74
Binary 10110101 10011000 1111101 0 10000 11111 11101 11101 11011 111100

Color Harmonies of #B5987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5987D

Black with #B5987D

Text Example


Text Example

White with #B5987D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5987D; }

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

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

background-color css

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

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

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

border-color css

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

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

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