Html Css Color HEX #B5917F Sandrift

📋 copy color: '#B5917F'

red 181 ◦ green 145 ◦ blue 127

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

Shades of Sandrift #B5917F

Tints of Sandrift #B5917F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.01%

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

R = 39.96%
G = 32.01%
B = 28.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#B5917F (or 0xB5917F) is known color: Sandrift. HEX triplet: B5, 91 and 7F. RGB value is (181,145,127). Sum of RGB (Red+Green+Blue) = 181+145+127=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 145 (57.03% from 255 or 32.01% from 453); Blue value is 127 (50% from 255 or 28.04% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B5917F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5917F is #4A6E80. Grayscale: #999999. Windows color (decimal): -4877953 or 8360373. OLE color: 8360373.

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

Color convert

RGB 181 145 127 -
CMYK 0 0.20 0.30 0.29
HSL 20º 0.27% 0.6% -
HSV(B) 20º 0.3% 0.71% -
XYZ 33.01 31.61 24.44 -
YUV 153.71 112.93 147.46 -
System Red Green Blue C M Y K H S L
Decimal 181 145 127 0 0.20 0.30 0.29 20 0.27 0.6
Hex B5 91 7F 0 14 1E 1D 14 1B 3C
Octal 265 221 177 0 24 36 35 24 33 74
Binary 10110101 10010001 1111111 0 10100 11110 11101 10100 11011 111100

Color Harmonies of #B5917F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5917F

Black with #B5917F

Text Example


Text Example

White with #B5917F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5917F; }

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

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

background-color css

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

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

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

border-color css

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

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

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