#BBA197

Color #BBA197 Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #BBA197

Tints of Del Rio #BBA197

Color information

#BBA197 (or 0xBBA197) is unknown color: approx Del Rio. HEX triplet: BB, A1 and 97. RGB value is (187,161,151). Sum of RGB (Red+Green+Blue) = 187+161+151=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 161 (63.28% from 255 or 32.26% from 499); Blue value is 151 (59.38% from 255 or 30.26% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA197 is #445E68. Grayscale: #A7A7A7. Windows color (decimal): -4480617 or 9937339. OLE color: 9937339.

HSL color Cylindrical-coordinate representation of color #BBA197: hue angle of 16.67º 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 #BBA197 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB187161151-
CMYK00.140.190.27
HSL16.67º20.93%66.27%-
HSV(B)16.67º19.25%73.33%-
XYZ38.8238.2934.62-
YUV167.63118.61141.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 161 (63.28% from 255) = 32.26%
BLUE value IS 151 (59.38% from 255) = 30.26%
R=37.47%
G=32.26%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716115100.140.190.2716.6720.9366.27
HexBBA1970E131B111542
Octal27324122701623332125102
Binary10111011101000011001011101110100111101110001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA197; }

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

 H1.HeaderClassName
 {
   color: #BBA197;
 }
 .AnyTagClassName
 {
   color: #BBA197;
 }
</style>
background-color css

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

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

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

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

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

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