Html Css Color HEX #B4947E Sandrift

📋 copy color: '#B4947E'

red 180 ◦ green 148 ◦ blue 126

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

Shades of Sandrift #B4947E

Tints of Sandrift #B4947E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.75%

R = 39.65%
G = 32.6%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.3

 K value IS 0.29

RGB Variations

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

Color information

#B4947E (or 0xB4947E) is known color: Sandrift. HEX triplet: B4, 94 and 7E. RGB value is (180,148,126). Sum of RGB (Red+Green+Blue) = 180+148+126=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 126 (49.61% from 255 or 27.75% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B4947E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4947E is #4B6B81. Grayscale: #9B9B9B. Windows color (decimal): -4942722 or 8295604. OLE color: 8295604.

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

Color convert

RGB 180 148 126 -
CMYK 0 0.18 0.3 0.29
HSL 24.44º 0.26% 0.6% -
HSV(B) 24.44º 0.3% 0.71% -
XYZ 33.18 32.39 24.24 -
YUV 155.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 180 148 126 0 0.18 0.3 0.29 24.44 0.26 0.6
Hex B4 94 7E 0 12 1E 1D 18 1A 3C
Octal 264 224 176 0 22 36 35 30 32 74
Binary 10110100 10010100 1111110 0 10010 11110 11101 11000 11010 111100

Color Harmonies of #B4947E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4947E

Black with #B4947E

Text Example


Text Example

White with #B4947E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4947E; }

 p { color: rgb(180,148,126); }

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

background-color css

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

 a { background-color: rgb(180,148,126); }

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

border-color css

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

 span { border-color: rgb(180,148,126); }

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