Html Css Color HEX #B1A097 Del Rio

📋 copy color: '#B1A097'

red 177 ◦ green 160 ◦ blue 151

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

Shades of Del Rio #B1A097

Tints of Del Rio #B1A097

RGB

 RED value IS 177 (69.53% from 255) = 36.27%

 GREEN value IS 160 (62.89% from 255) = 32.79%

 BLUE value IS 151 (59.38% from 255) = 30.94%

R = 36.27%
G = 32.79%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#B1A097 (or 0xB1A097) is known color: Del Rio. HEX triplet: B1, A0 and 97. RGB value is (177,160,151). Sum of RGB (Red+Green+Blue) = 177+160+151=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 151 (59.38% from 255 or 30.94% from 488); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A097 is #4E5F68. Grayscale: #A4A4A4. Windows color (decimal): -5136233 or 9937073. OLE color: 9937073.

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

Color convert

RGB 177 160 151 -
CMYK 0 0.10 0.15 0.31
HSL 20.77º 0.14% 0.64% -
HSV(B) 20.77º 0.15% 0.69% -
XYZ 36.29 36.72 34.45 -
YUV 164.06 120.63 137.23 -
System Red Green Blue C M Y K H S L
Decimal 177 160 151 0 0.10 0.15 0.31 20.77 0.14 0.64
Hex B1 A0 97 0 A F 1F 15 E 40
Octal 261 240 227 0 12 17 37 25 16 100
Binary 10110001 10100000 10010111 0 1010 1111 11111 10101 1110 1000000

Color Harmonies of #B1A097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A097

Black with #B1A097

Text Example


Text Example

White with #B1A097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A097; }

 p { color: rgb(177,160,151); }

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

background-color css

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

 a { background-color: rgb(177,160,151); }

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

border-color css

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

 span { border-color: rgb(177,160,151); }

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