Html Css Color HEX #B0A097 Del Rio

📋 copy color: '#B0A097'

red 176 ◦ green 160 ◦ blue 151

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

Shades of Del Rio #B0A097

Tints of Del Rio #B0A097

RGB

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

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

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

R = 36.14%
G = 32.85%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B0A097 (or 0xB0A097) is known color: Del Rio. HEX triplet: B0, A0 and 97. RGB value is (176,160,151). Sum of RGB (Red+Green+Blue) = 176+160+151=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 151 (59.38% from 255 or 31.01% from 487); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A097 is #4F5F68. Grayscale: #A3A3A3. Windows color (decimal): -5201769 or 9937072. OLE color: 9937072.

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

Color convert

RGB 176 160 151 -
CMYK 0 0.09 0.14 0.31
HSL 21.6º 0.14% 0.64% -
HSV(B) 21.6º 0.14% 0.69% -
XYZ 36.06 36.61 34.44 -
YUV 163.76 120.8 136.73 -
System Red Green Blue C M Y K H S L
Decimal 176 160 151 0 0.09 0.14 0.31 21.6 0.14 0.64
Hex B0 A0 97 0 9 E 1F 16 E 40
Octal 260 240 227 0 11 16 37 26 16 100
Binary 10110000 10100000 10010111 0 1001 1110 11111 10110 1110 1000000

Color Harmonies of #B0A097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A097

Black with #B0A097

Text Example


Text Example

White with #B0A097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A097; }

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

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

background-color css

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

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

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

border-color css

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

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

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