#BBA294

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

Shades of Del Rio #BBA294

Tints of Del Rio #BBA294

Color information

#BBA294 (or 0xBBA294) is unknown color: approx Del Rio. HEX triplet: BB, A2 and 94. RGB value is (187,162,148). Sum of RGB (Red+Green+Blue) = 187+162+148=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 162 (63.67% from 255 or 32.60% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA294 is #445D6B. Grayscale: #A7A7A7. Windows color (decimal): -4480364 or 9740987. OLE color: 9740987.

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

Color convert

RGB187162148-
CMYK00.130.210.27
HSL21.54º22.29%65.69%-
HSV(B)21.54º20.86%73.33%-
XYZ38.7638.5433.41-
YUV167.88116.78141.64-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 162 (63.67% from 255) = 32.60%
BLUE value IS 148 (58.20% from 255) = 29.78%
R=37.63%
G=32.60%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716214800.130.210.2721.5422.2965.69
HexBBA2940D151B161642
Octal27324222401525332626102
Binary10111011101000101001010001101101011101110110101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA294; }

 p { color: rgb(187,162,148); }

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

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

 a { background-color: rgb(187,162,148); }

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

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

 span { border-color: rgb(187,162,148); }

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