#BBA190

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

Shades of Del Rio #BBA190

Tints of Del Rio #BBA190

Color information

#BBA190 (or 0xBBA190) is unknown color: approx Del Rio. HEX triplet: BB, A1 and 90. RGB value is (187,161,144). Sum of RGB (Red+Green+Blue) = 187+161+144=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA190 is #445E6F. Grayscale: #A6A6A6. Windows color (decimal): -4480624 or 9478587. OLE color: 9478587.

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

Color convert

RGB187161144-
CMYK00.140.230.27
HSL23.72º24.02%64.9%-
HSV(B)23.72º22.99%73.33%-
XYZ38.2738.0731.72-
YUV166.84115.11142.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 38.01%
GREEN value IS 161 (63.28% from 255) = 32.72%
BLUE value IS 144 (56.64% from 255) = 29.27%
R=38.01%
G=32.72%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716114400.140.230.2723.7224.0264.9
HexBBA1900E171B181841
Octal27324122001627333030101
Binary10111011101000011001000001110101111101111000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA190; }

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

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

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

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

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

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

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

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