Html Css Color HEX #B0977D Sandrift

📋 copy color: '#B0977D'

red 176 ◦ green 151 ◦ blue 125

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

Shades of Sandrift #B0977D

Tints of Sandrift #B0977D

RGB

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

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

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

R = 38.94%
G = 33.41%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0977D (or 0xB0977D) is known color: Sandrift. HEX triplet: B0, 97 and 7D. RGB value is (176,151,125). Sum of RGB (Red+Green+Blue) = 176+151+125=452 (59% of max value = 765). Red value is 176 (69.14% from 255 or 38.94% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 176 - color contains mainly: red. Hex color #B0977D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0977D is #4F6882. Grayscale: #9B9B9B. Windows color (decimal): -5204099 or 8230832. OLE color: 8230832.

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

Color convert

RGB 176 151 125 -
CMYK 0 0.14 0.29 0.31
HSL 30.59º 0.24% 0.59% -
HSV(B) 30.59º 0.29% 0.69% -
XYZ 32.67 32.84 24.02 -
YUV 155.51 110.78 142.61 -
System Red Green Blue C M Y K H S L
Decimal 176 151 125 0 0.14 0.29 0.31 30.59 0.24 0.59
Hex B0 97 7D 0 E 1D 1F 1F 18 3B
Octal 260 227 175 0 16 35 37 37 30 73
Binary 10110000 10010111 1111101 0 1110 11101 11111 11111 11000 111011

Color Harmonies of #B0977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0977D

Black with #B0977D

Text Example


Text Example

White with #B0977D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0977D; }

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

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

background-color css

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

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

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

border-color css

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

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

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