Html Css Color HEX #B5967F Sandrift

📋 copy color: '#B5967F'

red 181 ◦ green 150 ◦ blue 127

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

Shades of Sandrift #B5967F

Tints of Sandrift #B5967F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.75%

 BLUE value IS 127 (50% from 255) = 27.73%

R = 39.52%
G = 32.75%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5967F (or 0xB5967F) is known color: Sandrift. HEX triplet: B5, 96 and 7F. RGB value is (181,150,127). Sum of RGB (Red+Green+Blue) = 181+150+127=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 127 (50% from 255 or 27.73% from 458); Max value from RGB is 181 - color contains mainly: red. Hex color #B5967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5967F is #4A6980. Grayscale: #9C9C9C. Windows color (decimal): -4876673 or 8361653. OLE color: 8361653.

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

Color convert

RGB 181 150 127 -
CMYK 0 0.17 0.30 0.29
HSL 25.56º 0.27% 0.6% -
HSV(B) 25.56º 0.3% 0.71% -
XYZ 33.79 33.17 24.7 -
YUV 156.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 181 150 127 0 0.17 0.30 0.29 25.56 0.27 0.6
Hex B5 96 7F 0 11 1E 1D 1A 1B 3C
Octal 265 226 177 0 21 36 35 32 33 74
Binary 10110101 10010110 1111111 0 10001 11110 11101 11010 11011 111100

Color Harmonies of #B5967F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5967F

Black with #B5967F

Text Example


Text Example

White with #B5967F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5967F; }

 p { color: rgb(181,150,127); }

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

background-color css

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

 a { background-color: rgb(181,150,127); }

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

border-color css

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

 span { border-color: rgb(181,150,127); }

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