Html Css Color HEX #B4957D Sandrift

📋 copy color: '#B4957D'

red 180 ◦ green 149 ◦ blue 125

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

Shades of Sandrift #B4957D

Tints of Sandrift #B4957D

RGB

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

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

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

R = 39.65%
G = 32.82%
B = 27.53%

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

#B4957D (or 0xB4957D) is known color: Sandrift. HEX triplet: B4, 95 and 7D. RGB value is (180,149,125). Sum of RGB (Red+Green+Blue) = 180+149+125=454 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.65% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 125 (49.22% from 255 or 27.53% from 454); Max value from RGB is 180 - color contains mainly: red. Hex color #B4957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4957D is #4B6A82. Grayscale: #9B9B9B. Windows color (decimal): -4942467 or 8230324. OLE color: 8230324.

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

Color convert

RGB 180 149 125 -
CMYK 0 0.17 0.31 0.29
HSL 26.18º 0.27% 0.6% -
HSV(B) 26.18º 0.31% 0.71% -
XYZ 33.27 32.68 23.96 -
YUV 155.53 110.77 145.45 -
System Red Green Blue C M Y K H S L
Decimal 180 149 125 0 0.17 0.31 0.29 26.18 0.27 0.6
Hex B4 95 7D 0 11 1F 1D 1A 1B 3C
Octal 264 225 175 0 21 37 35 32 33 74
Binary 10110100 10010101 1111101 0 10001 11111 11101 11010 11011 111100

Color Harmonies of #B4957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4957D

Black with #B4957D

Text Example


Text Example

White with #B4957D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4957D; }

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

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

background-color css

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

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

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

border-color css

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

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

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