Html Css Color HEX #B2957A Sandrift

📋 copy color: '#B2957A'

red 178 ◦ green 149 ◦ blue 122

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

Shades of Sandrift #B2957A

Tints of Sandrift #B2957A

RGB

 RED value IS 178 (69.92% from 255) = 39.64%

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

 BLUE value IS 122 (48.05% from 255) = 27.17%

R = 39.64%
G = 33.18%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2957A (or 0xB2957A) is known color: Sandrift. HEX triplet: B2, 95 and 7A. RGB value is (178,149,122). Sum of RGB (Red+Green+Blue) = 178+149+122=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 149 (58.59% from 255 or 33.18% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B2957A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2957A is #4D6A85. Grayscale: #9A9A9A. Windows color (decimal): -5073542 or 8033714. OLE color: 8033714.

HSL color Cylindrical-coordinate representation of color #B2957A: hue angle of 28.93º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2957A is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 149 122 -
CMYK 0 0.16 0.31 0.30
HSL 28.93º 0.27% 0.59% -
HSV(B) 28.93º 0.31% 0.7% -
XYZ 32.62 32.37 22.94 -
YUV 154.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 178 149 122 0 0.16 0.31 0.30 28.93 0.27 0.59
Hex B2 95 7A 0 10 1F 1E 1D 1B 3B
Octal 262 225 172 0 20 37 36 35 33 73
Binary 10110010 10010101 1111010 0 10000 11111 11110 11101 11011 111011

Color Harmonies of #B2957A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2957A

Black with #B2957A

Text Example


Text Example

White with #B2957A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2957A; }

 p { color: rgb(178,149,122); }

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

background-color css

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

 a { background-color: rgb(178,149,122); }

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

border-color css

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

 span { border-color: rgb(178,149,122); }

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