Html Css Color HEX #B5917D Sandrift

📋 copy color: '#B5917D'

red 181 ◦ green 145 ◦ blue 125

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

Shades of Sandrift #B5917D

Tints of Sandrift #B5917D

RGB

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

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

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

R = 40.13%
G = 32.15%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5917D (or 0xB5917D) is known color: Sandrift. HEX triplet: B5, 91 and 7D. RGB value is (181,145,125). Sum of RGB (Red+Green+Blue) = 181+145+125=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B5917D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5917D is #4A6E82. Grayscale: #999999. Windows color (decimal): -4877955 or 8229301. OLE color: 8229301.

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

Color convert

RGB 181 145 125 -
CMYK 0 0.20 0.31 0.29
HSL 21.43º 0.27% 0.6% -
HSV(B) 21.43º 0.31% 0.71% -
XYZ 32.88 31.56 23.76 -
YUV 153.48 111.93 147.63 -
System Red Green Blue C M Y K H S L
Decimal 181 145 125 0 0.20 0.31 0.29 21.43 0.27 0.6
Hex B5 91 7D 0 14 1F 1D 15 1B 3C
Octal 265 221 175 0 24 37 35 25 33 74
Binary 10110101 10010001 1111101 0 10100 11111 11101 10101 11011 111100

Color Harmonies of #B5917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5917D

Black with #B5917D

Text Example


Text Example

White with #B5917D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5917D; }

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

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

background-color css

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

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

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

border-color css

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

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

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