Html Css Color HEX #B2987F Sandrift

📋 copy color: '#B2987F'

red 178 ◦ green 152 ◦ blue 127

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

Shades of Sandrift #B2987F

Tints of Sandrift #B2987F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.26%

 BLUE value IS 127 (50% from 255) = 27.79%

R = 38.95%
G = 33.26%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2987F (or 0xB2987F) is known color: Sandrift. HEX triplet: B2, 98 and 7F. RGB value is (178,152,127). Sum of RGB (Red+Green+Blue) = 178+152+127=457 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.95% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 178 - color contains mainly: red. Hex color #B2987F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2987F is #4D6780. Grayscale: #9D9D9D. Windows color (decimal): -5072769 or 8362162. OLE color: 8362162.

HSL color Cylindrical-coordinate representation of color #B2987F: hue angle of 29.41º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2987F is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 152 127 -
CMYK 0 0.15 0.29 0.30
HSL 29.41º 0.25% 0.6% -
HSV(B) 29.41º 0.29% 0.7% -
XYZ 33.42 33.45 24.77 -
YUV 156.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 178 152 127 0 0.15 0.29 0.30 29.41 0.25 0.6
Hex B2 98 7F 0 F 1D 1E 1D 19 3C
Octal 262 230 177 0 17 35 36 35 31 74
Binary 10110010 10011000 1111111 0 1111 11101 11110 11101 11001 111100

Color Harmonies of #B2987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2987F

Black with #B2987F

Text Example


Text Example

White with #B2987F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2987F; }

 p { color: rgb(178,152,127); }

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

background-color css

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

 a { background-color: rgb(178,152,127); }

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

border-color css

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

 span { border-color: rgb(178,152,127); }

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