Html Css Color HEX #BBA097 Del Rio

📋 copy color: '#BBA097'

red 187 ◦ green 160 ◦ blue 151

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

Shades of Del Rio #BBA097

Tints of Del Rio #BBA097

RGB

 RED value IS 187 (73.44% from 255) = 37.55%

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

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

R = 37.55%
G = 32.13%
B = 30.32%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#BBA097 (or 0xBBA097) is known color: Del Rio. HEX triplet: BB, A0 and 97. RGB value is (187,160,151). Sum of RGB (Red+Green+Blue) = 187+160+151=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 160 (62.89% from 255 or 32.13% from 498); Blue value is 151 (59.38% from 255 or 30.32% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA097 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA097 is #445F68. Grayscale: #A7A7A7. Windows color (decimal): -4480873 or 9937083. OLE color: 9937083.

HSL color Cylindrical-coordinate representation of color #BBA097: hue angle of 15º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBA097 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 160 151 -
CMYK 0 0.14 0.19 0.27
HSL 15º 0.21% 0.66% -
HSV(B) 15º 0.19% 0.73% -
XYZ 38.65 37.94 34.56 -
YUV 167.05 118.95 142.23 -
System Red Green Blue C M Y K H S L
Decimal 187 160 151 0 0.14 0.19 0.27 15 0.21 0.66
Hex BB A0 97 0 E 13 1B F 15 42
Octal 273 240 227 0 16 23 33 17 25 102
Binary 10111011 10100000 10010111 0 1110 10011 11011 1111 10101 1000010

Color Harmonies of #BBA097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA097

Black with #BBA097

Text Example


Text Example

White with #BBA097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA097; }

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

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

background-color css

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

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

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

border-color css

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

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

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