Html Css Color HEX #B0997F Sandrift

📋 copy color: '#B0997F'

red 176 ◦ green 153 ◦ blue 127

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

Shades of Sandrift #B0997F

Tints of Sandrift #B0997F

RGB

 RED value IS 176 (69.14% from 255) = 38.6%

 GREEN value IS 153 (60.16% from 255) = 33.55%

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

R = 38.6%
G = 33.55%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B0997F (or 0xB0997F) is known color: Sandrift. HEX triplet: B0, 99 and 7F. RGB value is (176,153,127). Sum of RGB (Red+Green+Blue) = 176+153+127=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 153 (60.16% from 255 or 33.55% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B0997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0997F is #4F6680. Grayscale: #9D9D9D. Windows color (decimal): -5203585 or 8362416. OLE color: 8362416.

HSL color Cylindrical-coordinate representation of color #B0997F: hue angle of 31.84º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0997F is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 153 127 -
CMYK 0 0.13 0.28 0.31
HSL 31.84º 0.24% 0.59% -
HSV(B) 31.84º 0.28% 0.69% -
XYZ 33.13 33.54 24.81 -
YUV 156.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 176 153 127 0 0.13 0.28 0.31 31.84 0.24 0.59
Hex B0 99 7F 0 D 1C 1F 20 18 3B
Octal 260 231 177 0 15 34 37 40 30 73
Binary 10110000 10011001 1111111 0 1101 11100 11111 100000 11000 111011

Color Harmonies of #B0997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0997F

Black with #B0997F

Text Example


Text Example

White with #B0997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0997F; }

 p { color: rgb(176,153,127); }

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

background-color css

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

 a { background-color: rgb(176,153,127); }

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

border-color css

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

 span { border-color: rgb(176,153,127); }

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