#BBA094

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

Shades of Del Rio #BBA094

Tints of Del Rio #BBA094

Color information

#BBA094 (or 0xBBA094) is unknown color: approx Del Rio. HEX triplet: BB, A0 and 94. RGB value is (187,160,148). Sum of RGB (Red+Green+Blue) = 187+160+148=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA094 is #445F6B. Grayscale: #A6A6A6. Windows color (decimal): -4480876 or 9740475. OLE color: 9740475.

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

Color convert

RGB187160148-
CMYK00.140.210.27
HSL18.46º22.29%65.69%-
HSV(B)18.46º20.86%73.33%-
XYZ38.4137.8433.3-
YUV166.7117.45142.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.78%
GREEN value IS 160 (62.89% from 255) = 32.32%
BLUE value IS 148 (58.20% from 255) = 29.90%
R=37.78%
G=32.32%
B=29.90%

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
Decimal18716014800.140.210.2718.4622.2965.69
HexBBA0940E151B121642
Octal27324022401625332226102
Binary10111011101000001001010001110101011101110010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA094; }

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

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

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

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

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

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

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

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