Html Css Color HEX #B5947F Sandrift

📋 copy color: '#B5947F'

red 181 ◦ green 148 ◦ blue 127

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

Shades of Sandrift #B5947F

Tints of Sandrift #B5947F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.46%

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

R = 39.69%
G = 32.46%
B = 27.85%

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

#B5947F (or 0xB5947F) is known color: Sandrift. HEX triplet: B5, 94 and 7F. RGB value is (181,148,127). Sum of RGB (Red+Green+Blue) = 181+148+127=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B5947F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5947F is #4A6B80. Grayscale: #9B9B9B. Windows color (decimal): -4877185 or 8361141. OLE color: 8361141.

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

Color convert

RGB 181 148 127 -
CMYK 0 0.18 0.30 0.29
HSL 23.33º 0.27% 0.6% -
HSV(B) 23.33º 0.3% 0.71% -
XYZ 33.48 32.54 24.59 -
YUV 155.47 111.93 146.21 -
System Red Green Blue C M Y K H S L
Decimal 181 148 127 0 0.18 0.30 0.29 23.33 0.27 0.6
Hex B5 94 7F 0 12 1E 1D 17 1B 3C
Octal 265 224 177 0 22 36 35 27 33 74
Binary 10110101 10010100 1111111 0 10010 11110 11101 10111 11011 111100

Color Harmonies of #B5947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5947F

Black with #B5947F

Text Example


Text Example

White with #B5947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5947F; }

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

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

background-color css

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

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

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

border-color css

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

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

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