Html Css Color HEX #B0977C Sandrift

📋 copy color: '#B0977C'

red 176 ◦ green 151 ◦ blue 124

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

Shades of Sandrift #B0977C

Tints of Sandrift #B0977C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.48%

 BLUE value IS 124 (48.83% from 255) = 27.49%

R = 39.02%
G = 33.48%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0977C (or 0xB0977C) is known color: Sandrift. HEX triplet: B0, 97 and 7C. RGB value is (176,151,124). Sum of RGB (Red+Green+Blue) = 176+151+124=451 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.02% from 451); Green value is 151 (59.38% from 255 or 33.48% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 176 - color contains mainly: red. Hex color #B0977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0977C is #4F6883. Grayscale: #9B9B9B. Windows color (decimal): -5204100 or 8165296. OLE color: 8165296.

HSL color Cylindrical-coordinate representation of color #B0977C: hue angle of 31.15º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0977C is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 151 124 -
CMYK 0 0.14 0.30 0.31
HSL 31.15º 0.25% 0.59% -
HSV(B) 31.15º 0.3% 0.69% -
XYZ 32.61 32.82 23.68 -
YUV 155.4 110.28 142.7 -
System Red Green Blue C M Y K H S L
Decimal 176 151 124 0 0.14 0.30 0.31 31.15 0.25 0.59
Hex B0 97 7C 0 E 1E 1F 1F 19 3B
Octal 260 227 174 0 16 36 37 37 31 73
Binary 10110000 10010111 1111100 0 1110 11110 11111 11111 11001 111011

Color Harmonies of #B0977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0977C

Black with #B0977C

Text Example


Text Example

White with #B0977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0977C; }

 p { color: rgb(176,151,124); }

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

background-color css

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

 a { background-color: rgb(176,151,124); }

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

border-color css

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

 span { border-color: rgb(176,151,124); }

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