Html Css Color HEX #B5957E Sandrift

📋 copy color: '#B5957E'

red 181 ◦ green 149 ◦ blue 126

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

Shades of Sandrift #B5957E

Tints of Sandrift #B5957E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.68%

 BLUE value IS 126 (49.61% from 255) = 27.63%

R = 39.69%
G = 32.68%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5957E (or 0xB5957E) is known color: Sandrift. HEX triplet: B5, 95 and 7E. RGB value is (181,149,126). Sum of RGB (Red+Green+Blue) = 181+149+126=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 126 (49.61% from 255 or 27.63% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B5957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5957E is #4A6A81. Grayscale: #9C9C9C. Windows color (decimal): -4876930 or 8295861. OLE color: 8295861.

HSL color Cylindrical-coordinate representation of color #B5957E: hue angle of 25.09º degrees, saturation: 0.27, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5957E is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 149 126 -
CMYK 0 0.18 0.30 0.29
HSL 25.09º 0.27% 0.6% -
HSV(B) 25.09º 0.3% 0.71% -
XYZ 33.57 32.83 24.31 -
YUV 155.95 111.1 145.87 -
System Red Green Blue C M Y K H S L
Decimal 181 149 126 0 0.18 0.30 0.29 25.09 0.27 0.6
Hex B5 95 7E 0 12 1E 1D 19 1B 3C
Octal 265 225 176 0 22 36 35 31 33 74
Binary 10110101 10010101 1111110 0 10010 11110 11101 11001 11011 111100

Color Harmonies of #B5957E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5957E

Black with #B5957E

Text Example


Text Example

White with #B5957E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5957E; }

 p { color: rgb(181,149,126); }

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

background-color css

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

 a { background-color: rgb(181,149,126); }

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

border-color css

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

 span { border-color: rgb(181,149,126); }

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