Html Css Color HEX #B5947D Sandrift

📋 copy color: '#B5947D'

red 181 ◦ green 148 ◦ blue 125

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

Shades of Sandrift #B5947D

Tints of Sandrift #B5947D

RGB

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

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

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

R = 39.87%
G = 32.6%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B5947D (or 0xB5947D) is known color: Sandrift. HEX triplet: B5, 94 and 7D. RGB value is (181,148,125). Sum of RGB (Red+Green+Blue) = 181+148+125=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 181 - color contains mainly: red. Hex color #B5947D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5947D is #4A6B82. Grayscale: #9B9B9B. Windows color (decimal): -4877187 or 8230069. OLE color: 8230069.

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

Color convert

RGB 181 148 125 -
CMYK 0 0.18 0.31 0.29
HSL 24.64º 0.27% 0.6% -
HSV(B) 24.64º 0.31% 0.71% -
XYZ 33.35 32.48 23.91 -
YUV 155.25 110.93 146.37 -
System Red Green Blue C M Y K H S L
Decimal 181 148 125 0 0.18 0.31 0.29 24.64 0.27 0.6
Hex B5 94 7D 0 12 1F 1D 19 1B 3C
Octal 265 224 175 0 22 37 35 31 33 74
Binary 10110101 10010100 1111101 0 10010 11111 11101 11001 11011 111100

Color Harmonies of #B5947D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5947D

Black with #B5947D

Text Example


Text Example

White with #B5947D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5947D; }

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

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

background-color css

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

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

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

border-color css

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

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

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