Html Css Color HEX #B4957C Sandrift

📋 copy color: '#B4957C'

red 180 ◦ green 149 ◦ blue 124

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

Shades of Sandrift #B4957C

Tints of Sandrift #B4957C

RGB

 RED value IS 180 (70.7% from 255) = 39.74%

 GREEN value IS 149 (58.59% from 255) = 32.89%

 BLUE value IS 124 (48.83% from 255) = 27.37%

R = 39.74%
G = 32.89%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4957C (or 0xB4957C) is known color: Sandrift. HEX triplet: B4, 95 and 7C. RGB value is (180,149,124). Sum of RGB (Red+Green+Blue) = 180+149+124=453 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.74% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 124 (48.83% from 255 or 27.37% from 453); Max value from RGB is 180 - color contains mainly: red. Hex color #B4957C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4957C is #4B6A83. Grayscale: #9B9B9B. Windows color (decimal): -4942468 or 8164788. OLE color: 8164788.

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

Color convert

RGB 180 149 124 -
CMYK 0 0.17 0.31 0.29
HSL 26.79º 0.27% 0.6% -
HSV(B) 26.79º 0.31% 0.71% -
XYZ 33.21 32.65 23.62 -
YUV 155.42 110.27 145.53 -
System Red Green Blue C M Y K H S L
Decimal 180 149 124 0 0.17 0.31 0.29 26.79 0.27 0.6
Hex B4 95 7C 0 11 1F 1D 1B 1B 3C
Octal 264 225 174 0 21 37 35 33 33 74
Binary 10110100 10010101 1111100 0 10001 11111 11101 11011 11011 111100

Color Harmonies of #B4957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4957C

Black with #B4957C

Text Example


Text Example

White with #B4957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4957C; }

 p { color: rgb(180,149,124); }

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

background-color css

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

 a { background-color: rgb(180,149,124); }

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

border-color css

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

 span { border-color: rgb(180,149,124); }

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