#BBA193

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

Shades of Del Rio #BBA193

Tints of Del Rio #BBA193

Color information

#BBA193 (or 0xBBA193) is unknown color: approx Del Rio. HEX triplet: BB, A1 and 93. RGB value is (187,161,147). Sum of RGB (Red+Green+Blue) = 187+161+147=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 147 (57.81% from 255 or 29.70% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA193 is #445E6C. Grayscale: #A7A7A7. Windows color (decimal): -4480621 or 9675195. OLE color: 9675195.

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

Color convert

RGB187161147-
CMYK00.140.210.27
HSL21º22.73%65.49%-
HSV(B)21º21.39%73.33%-
XYZ38.538.1632.94-
YUV167.18116.61142.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 161 (63.28% from 255) = 32.53%
BLUE value IS 147 (57.81% from 255) = 29.70%
R=37.78%
G=32.53%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716114700.140.210.272122.7365.49
HexBBA1930E151B151741
Octal27324122301625332527101
Binary10111011101000011001001101110101011101110101101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA193; }

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

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

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

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

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

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

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

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