Html Css Color HEX #B5947B Sandrift

📋 copy color: '#B5947B'

red 181 ◦ green 148 ◦ blue 123

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

Shades of Sandrift #B5947B

Tints of Sandrift #B5947B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.21%

R = 40.04%
G = 32.74%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B5947B (or 0xB5947B) is known color: Sandrift. HEX triplet: B5, 94 and 7B. RGB value is (181,148,123). Sum of RGB (Red+Green+Blue) = 181+148+123=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 123 (48.44% from 255 or 27.21% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B5947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B5947B is #4A6B84. Grayscale: #9B9B9B. Windows color (decimal): -4877189 or 8098997. OLE color: 8098997.

HSL color Cylindrical-coordinate representation of color #B5947B: hue angle of 25.86º degrees, saturation: 0.28, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5947B is Cyan = 0, Magento = 0.18, Yellow = 0.32 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 148 123 -
CMYK 0 0.18 0.32 0.29
HSL 25.86º 0.28% 0.6% -
HSV(B) 25.86º 0.32% 0.71% -
XYZ 33.22 32.43 23.25 -
YUV 155.02 109.93 146.53 -
System Red Green Blue C M Y K H S L
Decimal 181 148 123 0 0.18 0.32 0.29 25.86 0.28 0.6
Hex B5 94 7B 0 12 20 1D 1A 1C 3C
Octal 265 224 173 0 22 40 35 32 34 74
Binary 10110101 10010100 1111011 0 10010 100000 11101 11010 11100 111100

Color Harmonies of #B5947B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5947B

Black with #B5947B

Text Example


Text Example

White with #B5947B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5947B; }

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

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

background-color css

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

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

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

border-color css

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

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

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