#BBA192

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

Shades of Del Rio #BBA192

Tints of Del Rio #BBA192

Color information

#BBA192 (or 0xBBA192) is unknown color: approx Del Rio. HEX triplet: BB, A1 and 92. RGB value is (187,161,146). Sum of RGB (Red+Green+Blue) = 187+161+146=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 161 (63.28% from 255 or 32.59% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA192 is #445E6D. Grayscale: #A7A7A7. Windows color (decimal): -4480622 or 9609659. OLE color: 9609659.

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

Color convert

RGB187161146-
CMYK00.140.220.27
HSL21.95º23.16%65.29%-
HSV(B)21.95º21.93%73.33%-
XYZ38.4338.1332.53-
YUV167.06116.11142.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.85%
GREEN value IS 161 (63.28% from 255) = 32.59%
BLUE value IS 146 (57.42% from 255) = 29.55%
R=37.85%
G=32.59%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716114600.140.220.2721.9523.1665.29
HexBBA1920E161B161741
Octal27324122201626332627101
Binary10111011101000011001001001110101101101110110101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA192; }

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

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

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

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

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

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

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

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